aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.json
blob: dbd34febf94e45a8cff93af623020a1da7ad84a3 (plain)
1
2
3
4
5
6
7
8
{
  "trailingComma": "es5",
  "tabWidth": 2,
  "semi": true,
  "singleQuote": true,
  "arrowParens": "always",
  "printWidth": 1000
}