Skip to content

Commit 5b2d514

Browse files
committed
fix: fix(basic): JavaScript vue import error
1 parent a663702 commit 5b2d514

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config-basic/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ module.exports = {
245245
'import/no-absolute-path': 'off',
246246
'import/newline-after-import': ['error', { count: 1, considerComments: true }],
247247
'import/no-self-import': 'error',
248+
'import/named': 'off',
248249

249250
// Common
250251
'semi': ['error', 'never'],

0 commit comments

Comments
 (0)