{ "files": { "ignore": ["lib"] }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noExplicitAny": "off", "noAssignInExpressions": "off", "noDoubleEquals": "off" }, "style": { "noNonNullAssertion": "off", "useNodejsImportProtocol": "off" }, "a11y": { "useValidAnchor": "off" }, "performance": { "noDelete": "off" } } }, "formatter": { "enabled": true, "formatWithErrors": false, "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 80, "attributePosition": "auto" }, "javascript": { "formatter": { "quoteStyle": "single" } } }