We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a75204 + 7554922 commit 401c783Copy full SHA for 401c783
.eslintrc
@@ -1,7 +1,8 @@
1
{
2
"extends": "./node_modules/topcoder-react-utils/config/eslint/default.json",
3
"rules": {
4
- "jsx-a11y/anchor-is-valid": false
+ "jsx-a11y/anchor-is-valid": false,
5
+ "import/no-cycle": [2, { "maxDepth": 1 }]
6
},
7
"env": {
8
"browser": true
0 commit comments