{ "bracketSpacing": true, "jsxBracketSameLine": false, "printWidth": 80, "semi": true, "singleQuote": true, "tabWidth": 2, "trailingComma": "all", "useTabs": false, "overrides": [ { "files": [".eslintrc", ".prettierrc"], "options": { "parser": "json" } }, { "files": ["serverless.js"], "options": { "printWidth": 120 } } ] }