Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit f20d856

Browse files
committed
Add missing new import rules
1 parent 881d0e7 commit f20d856

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ module.exports = {
6565
"import/no-commonjs": [ 0 ],
6666
"import/no-deprecated": [ 2 ],
6767
"import/no-duplicates": [ 2 ],
68+
"import/no-dynamic-require": 0,
6869
"import/no-extraneous-dependencies": [ 2 ],
70+
"import/no-internal-modules": 0,
6971
"import/no-mutable-exports": [ 2 ],
7072
"import/no-named-as-default-member": [ 2 ],
7173
"import/no-named-as-default": [ 2 ],

0 commit comments

Comments
 (0)