Skip to content

Commit 350b00e

Browse files
fix
1 parent 3005f2f commit 350b00e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.eslintrc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
"extends": "./node_modules/topcoder-react-utils/config/eslint/default.json",
33
"rules": {
44
"jsx-a11y/anchor-is-valid": false,
5-
"import/no-cycle": [2, { "maxDepth": 1 }]
5+
"import/no-cycle": [2, { "maxDepth": 1 }],
6+
"jsx-a11y/no-noninteractive-tabindex": [
7+
{
8+
"tags": ["h4", "div"],
9+
"roles": [],
10+
},
11+
]
612
},
713
"env": {
814
"browser": true

0 commit comments

Comments
 (0)