{ "singleQuote": true, "trailingComma": "es5", "overrides": [ { "files": "*.json", "options": { "tabWidth": 4 } }, { "files": ".prettierrc", "options": { "parser": "json", "tabWidth": 4 } } ] }