/ code / .prettierrc
.prettierrc
1  {
2    "singleQuote": true,
3    "trailingComma": "none",
4    "printWidth": 100
5  }