Skip to content

Commit 913aad9

Browse files
author
Matthias Hecht
committed
fix: disable import/no-unresolved for better performance as suggested by typescript-eslint
1 parent 18166e4 commit 913aad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ module.exports = defineConfig(
8787
'import/named': 'off',
8888
'import/namespace': 'off',
8989
'import/no-named-as-default-member': 'off',
90+
'import/no-unresolved': 'off',
9091

9192
// eslint-plugin-perfectionist: https://github.com/azat-io/eslint-plugin-perfectionist
9293
'perfectionist/sort-classes': [

0 commit comments

Comments
 (0)