aboutsummaryrefslogtreecommitdiffstats
path: root/backend/.prettierrc
blob: 618ce7a3daa05c31cd5b110f7b0876dbaac5535e (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "trailingComma": "es5",
  "tabWidth": 2,
  "semi": true,
  "singleQuote": true,
  "printWidth": 100,
  "bracketSpacing": true,
  "arrowParens": "always"
}