/ .prettierrc
.prettierrc
1  {
2      "trailingComma": "all",
3      "semi": false,
4      "singleQuote": true
5  }