UNPKG

ogre

Version:
43 lines (42 loc) 819 B
{ "files": { "includes": [ "**", "!**/dist", "!**/pnpm-*.yaml", "!**/coverage", "!**/testdata" ] }, "formatter": { "enabled": true, "indentStyle": "space", "bracketSpacing": false }, "linter": { "enabled": true, "rules": { "a11y": "off", "style": { "useConst": "off", "useTemplate": "off", "noUselessElse": "error" }, "correctness": { "noUndeclaredVariables": "error" }, "suspicious": { "noExplicitAny": "off", "noArrayIndexKey": "off", "noImplicitAnyLet": "off", "noThenProperty": "off" } } }, "javascript": { "formatter": { "semicolons": "asNeeded" } }, "assist": {"actions": {"source": {"organizeImports": "on"}}} }