{ "tabWidth": 2, "semi": true, "singleQuote": true, "trailingComma": "es5", "printWidth": 160, "overrides": [ { "files": "src/App.tsx", "options": { "printWidth": 240 } } ] }