Fix lint violations (#6299)

This commit is contained in:
Matiss Janis Aboltins
2025-12-04 23:17:31 +00:00
committed by GitHub
parent 7e56c6e620
commit 666b0b80b6
58 changed files with 124 additions and 151 deletions

View File

@@ -3,7 +3,6 @@
"plugins": ["react", "typescript", "import", "jsx-a11y"],
"rules": {
// TODO fix all these and re-enable
"import/namespace": "off",
"jsx-a11y/alt-text": "off",
"jsx-a11y/aria-role": "off",
"jsx-a11y/click-events-have-key-events": "off",
@@ -16,8 +15,6 @@
"no-constant-condition": "off",
"no-empty-pattern": "off",
"no-extra-boolean-cast": "off",
"no-unused-vars": "off",
"no-useless-catch": "off",
"react/jsx-key": "off",
},
"overrides": [