Skip to content

Commit 21092c1

Browse files
committed
fix(basic): JavaScript vue import error
1 parent 5169d2e commit 21092c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config-basic/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ module.exports = {
230230
"import/no-absolute-path": "off",
231231
"import/newline-after-import": ["error", { count: 1, considerComments: true }],
232232
"import/no-self-import": "error",
233+
"import/named": "off",
233234

234235
// Common
235236
"semi": ["error", "always"],

0 commit comments

Comments
 (0)