We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5275b4c commit 79ad94bCopy full SHA for 79ad94b
eslint.config.mjs
@@ -41,7 +41,7 @@ export default defineConfig(
41
settings: {
42
// eslint-plugin-import tries to parse all imported files included huge ones (e.g. 'typescript')
43
// that leads to very poor performance so to fix that we disable all checks on external files.
44
- 'import/ignore': '/node_modules/',
+ 'import/ignore': ['/node_modules/'],
45
},
46
rules: {
47
//////////////////////////////////////////////////////////////////////////////
0 commit comments