{ "tabWidth": 2, "useTabs": false, "printWidth": 200, "singleQuote": true, "quoteProps": "preserve", "semi": true, "singleAttributePerLine": false, "overrides": [ { "files": "*.jsx", "options": { "tabWidth": 2 } }, { "files": "*.js", "options": { "tabWidth": 2 } } ] }