/ .prettierrc
.prettierrc
1  {
2      "printWidth": 100,
3      "tabWidth": 4,
4      "trailingComma": "es5",
5      "bracketSpacing": true
6  }