Skip to content

Commit 0322114

Browse files
authored
fix(eslint-react): disable unicorn/import-index (#61)
1 parent 1ba7498 commit 0322114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

react_config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222
rules: {
2323
'unicorn/filename-case': 0,
2424
'node/no-unsupported-features/es-syntax': 0,
25+
'unicorn/import-index': 0,
2526
},
2627
},
2728
],

0 commit comments

Comments
 (0)