Skip to content

Commit f732cbd

Browse files
committed
Disabled one jsx-a11y rule
since we find this not actual for our project, due to appropriate work onClick events on different keypress events.
1 parent c3bbc3e commit f732cbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"components": ["Link"],
99
"specialLink": ["to"]
1010
}],
11-
"react/prop-types": [0]
11+
"react/prop-types": [0],
12+
"jsx-a11y/click-events-have-key-events": [0]
1213
}
1314
}

0 commit comments

Comments
 (0)