Skip to content

Commit 213efee

Browse files
committed
Signed-off-by: fantonangeli <fabrizio.antonangeli@gmail.com>
1 parent da84046 commit 213efee

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.oxlintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"rules": {
55
"react/react-in-jsx-scope": "off",
66
"typescript/no-unused-vars": ["warn", { "varsIgnorePattern": "^_" }],
7-
"typescript/no-explicit-any": "warn"
7+
"typescript/no-explicit-any": "warn",
8+
"jsx-a11y/prefer-tag-over-role": "off",
9+
"jsx-a11y/click-events-have-key-events": "off",
10+
"jsx-a11y/no-noninteractive-element-interactions": "off"
811
},
912
"ignorePatterns": ["**/dist/", "**/dist-storybook/", "**/node_modules/"],
1013
"options": {

0 commit comments

Comments
 (0)