Skip to content

Commit 53e0f8c

Browse files
fix: disable import/no-namespace
1 parent d622962 commit 53e0f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configurations/base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"import/no-named-as-default": 2,
207207
"import/no-named-as-default-member": 2,
208208
"import/no-named-default": 2,
209-
"import/no-namespace": 2,
209+
"import/no-namespace": 0,
210210
"import/no-nodejs-modules": 0,
211211
"import/no-restricted-paths": 0,
212212
"import/no-unassigned-import": 2,
@@ -660,4 +660,4 @@
660660
".js"
661661
]
662662
}
663-
}
663+
}

0 commit comments

Comments
 (0)