Skip to content

Commit b4887b6

Browse files
committed
fix linting error for submodule import
1 parent 000d4f5 commit b4887b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ module.exports = {
3939
'max-classes-per-file': 0,
4040
'max-len': ['error', { code: 130 }],
4141
'import/prefer-default-export': 0,
42-
'import/extensions': ['error', 'always'],
42+
'import/extensions': 0,
43+
'import/no-unresolved': 0,
4344
'prefer-default-export': 0,
4445
'func-names': 0,
4546
'arrow-body-style': 0,

0 commit comments

Comments
 (0)