| 1234567891011121314151617 |
- {
- "semi": true,
- "singleQuote": true,
- "trailingComma": "es5",
- "printWidth": 100,
- "tabWidth": 2,
- "useTabs": false,
- "bracketSpacing": true,
- "arrowParens": "avoid",
- "endOfLine": "lf",
- "overrides": [
- {
- "files": ".prettierrc",
- "options": { "parser": "json" }
- }
- ]
- }
|