{ "singleQuote": true, "semi": true, "printWidth": 130, "trailingComma": "all", "bracketSpacing": true, "arrowParens": "always", "singleAttributePerLine": false, "overrides": [ { "files": [ "**/*.css", "**/*.scss", "**/*.html" ], "options": { "singleQuote": false } } ] }