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