• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "endOfLine": "auto",
3  "printWidth": 120,
4  "tabWidth": 2,
5  "semi": true,
6  "singleQuote": true,
7  "quoteProps": "as-needed",
8  "trailingComma": "none",
9  "arrowParens": "avoid",
10  "overrides": [
11    {
12      "files": ".prettierrc",
13      "options": { "parser": "json" }
14    }
15  ]
16}