aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc
blob: 45f08ea7bd94e4d873c743cb6d19728aa4b5d2c9 (plain)
1
2
3
4
5
{
  "semi": false,
  "singleQuote": true,
  "plugins": ["prettier-plugin-organize-imports"]
}