Skip to content

Commit e3e386a

Browse files
author
Dima Kruk
committed
Added import/no-duplicates rule, disabled no-duplicate-imports
1 parent 4090064 commit e3e386a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ module.exports = {
2525
'import/no-unresolved': 0,
2626
'arrow-body-style': 0,
2727
'no-param-reassign': 0,
28-
'no-empty-pattern': 0
28+
'no-empty-pattern': 0,
29+
"no-duplicate-imports": 0,
30+
"import/no-duplicates": 2
2931
}
30-
};
32+
};

0 commit comments

Comments
 (0)