Skip to content

Commit e23739b

Browse files
Update .eslintrc
1 parent c8a7188 commit e23739b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.eslintrc

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

0 commit comments

Comments
 (0)