Spaces:
Runtime error
Runtime error
| { | |
| "$schema": "https://biomejs.dev/schemas/2.4.14/schema.json", | |
| "vcs": { | |
| "enabled": true, | |
| "clientKind": "git", | |
| "useIgnoreFile": true | |
| }, | |
| "files": { | |
| "includes": ["**", "!!**/dist"] | |
| }, | |
| "formatter": { | |
| "enabled": true, | |
| "lineWidth": 120, | |
| "indentStyle": "space" | |
| }, | |
| "linter": { | |
| "enabled": true, | |
| "rules": { | |
| "recommended": true, | |
| "suspicious": { | |
| "noUnknownAtRules": "off", | |
| "noArrayIndexKey": "off", | |
| "noExplicitAny": "off", | |
| "noAssignInExpressions": "off" | |
| }, | |
| "complexity": { | |
| "noStaticOnlyClass": "off" | |
| }, | |
| "correctness": { | |
| "useExhaustiveDependencies": "off", | |
| "useParseIntRadix": "off" | |
| }, | |
| "a11y": "off", | |
| "style": { | |
| "noNonNullAssertion": "off", | |
| "useTemplate": "off" | |
| } | |
| } | |
| }, | |
| "javascript": { | |
| "formatter": { | |
| "quoteStyle": "double" | |
| } | |
| }, | |
| "assist": { | |
| "enabled": true, | |
| "actions": { | |
| "source": { | |
| "organizeImports": "on" | |
| } | |
| } | |
| } | |
| } | |