Skip to content

Commit 0e6eb77

Browse files
committed
Disable import/no-unresolved.
1 parent 95396db commit 0e6eb77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Lombiq.NodeJs.Extensions/config/.eslintrc.lombiq-base.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ module.exports = {
184184
'no-warning-comments': 'warn',
185185

186186
'no-constant-binary-expression': 'warn',
187+
188+
// Too many false positives.
189+
'import/no-unresolved': 'off'
187190
},
188191

189192
// This is required for bleeding edge JS features like optional chaining (@babel/plugin-proposal-optional-chaining).

0 commit comments

Comments
 (0)