/ .prettierrc.json
.prettierrc.json
1  {
2    "tabWidth": 2,
3    "semi": false,
4    "singleQuote": false,
5    "trailingComma": "es5",
6    "arrowParens": "avoid",
7    "bracketSameLine": false,
8    "plugins": ["prettier-plugin-svelte"]
9  }