Skip to content

Commit 7554922

Browse files
committed
Fix lint conflict
1 parent 93c94b2 commit 7554922

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "./node_modules/topcoder-react-utils/config/eslint/default.json",
33
"rules": {
4-
"jsx-a11y/anchor-is-valid": false
4+
"jsx-a11y/anchor-is-valid": false,
5+
"import/no-cycle": [2, { "maxDepth": 1 }]
56
},
67
"env": {
78
"browser": true

0 commit comments

Comments
 (0)