Spaces:
Running
Running
| { | |
| "files": { | |
| "ignore": ["**/*.lynxkite.json"] | |
| }, | |
| "formatter": { | |
| "ignore": ["**/node_modules/**", "**/dist/**"], | |
| "lineWidth": 100, | |
| "indentStyle": "space" | |
| }, | |
| "linter": { | |
| "ignore": ["**/node_modules/**", "**/dist/**"], | |
| "rules": { | |
| "suspicious": { | |
| "noExplicitAny": "off", | |
| "noArrayIndexKey": "off" | |
| }, | |
| "correctness": { | |
| "useExhaustiveDependencies": "off" | |
| }, | |
| "style": { | |
| "noNonNullAssertion": "off" | |
| }, | |
| "a11y": { | |
| "useKeyWithClickEvents": "off", | |
| "useValidAnchor": "off", | |
| "useButtonType": "off", | |
| "noAutofocus": "off", | |
| "noLabelWithoutControl": "off", | |
| "noNoninteractiveTabindex": "off" | |
| } | |
| } | |
| } | |
| } | |