123456789101112131415161718192021 |
- {
- "overrides": [
- {
- "files": ".prettierrc",
- "options": { "parser": "json" }
- }
- ],
- "tabWidth": 2,
- "semi": false,
- "singleQuote": true,
- "arrowParens": "avoid",
- "bracketSpacing": true,
- "endOfLine": "auto",
- "eslintIntegration": false,
- "htmlWhitespaceSensitivity": "ignore",
- "ignorePath": ".prettierignore",
- "requireConfig": false,
- "stylelintIntegration": false,
- "trailingComma": "es5",
- "prettier.tslintIntegration": false
- }
|