Skip to main content
Go to Latest
File
{ "$schema": "./node_modules/rome/configuration_schema.json",
"linter": { "enabled": true, "rules": { "recommended": true, "correctness": { "noUnusedVariables": "warn" }, "security": { "noDangerouslySetInnerHtml": "off" }, "style": { "useBlockStatements": "error", "noNonNullAssertion": "off" }, "performance": { "noDelete": "off" } }, "ignore": ["node_modules", ".next", "dist", ".nuxt", ".contentlayer"] }, "formatter": { "indentStyle": "space", "enabled": true, "lineWidth": 100, "ignore": ["node_modules", ".next", "dist", ".nuxt", ".contentlayer"] }}