{ "formatter": { "enabled": true, "formatWithErrors": false, "indentStyle": "tab", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 80, "attributePosition": "auto", "includes": [ "**", "!**/.DS_Store", "!**/node_modules", "!**/npm-debug.log", "!**/dist", "!**/*/package-lock.json", "!**/yarn.lock", "!**/.vscode", "!**/.idea", "!**/test/ts/**/*.js", "!**/coverage", "!**/*.sw\\[op\\]", "!**/*.log", "!**/package/", "!**/preact-*.tgz", "!**/preact.tgz", "!**/package-lock.json" ] }, "assist": { "actions": { "source": { "organizeImports": "on" } } }, "linter": { "enabled": true, "rules": { "recommended": true } }, "javascript": { "formatter": { "jsxQuoteStyle": "double", "quoteProperties": "asNeeded", "trailingCommas": "none", "semicolons": "always", "arrowParentheses": "asNeeded", "bracketSpacing": true, "bracketSameLine": false, "quoteStyle": "single", "attributePosition": "auto" } }, "overrides": [ { "includes": ["**/*.json", "**/.*rc/**", "**/*.yml"], "formatter": { "indentWidth": 2, "indentStyle": "space" } } ] }