aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/.prettierrc
blob: 1f4c4bbc416a683f7146761d1a809c3c23df23e5 (plain) (blame)
1
2
3
4
5
6
7
{
  "semi": true,
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "es5",
  "printWidth": 100
}