{ "trailingComma": "es5", "tabWidth": 2, "semi": false, "singleQuote": false, "maxLineLength": 120, "overrides": [ { "files": [ "*.test.ts", "*.test.js", "*.spec.ts", "*.spec.js" ], "options": { "maxLineLength": 9999999 } } ] }