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

Commit 715e33e

Browse files
committed
build: disable import/named eslint rule
1 parent f24b102 commit 715e33e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ module.exports = {
8383
'import/newline-after-import': ['error', { 'count': 1 }],
8484

8585
'no-multiple-empty-lines': ['error', { max: 1, maxBOF: 0, maxEOF: 0 }],
86+
87+
'import/named': 'off',
8688
},
8789

8890
settings: {

0 commit comments

Comments
 (0)