Skip to content

Commit f7fab2a

Browse files
committed
Disable spurious eslint warning for now
1 parent 214ef76 commit f7fab2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ module.exports = {
5858
'no-undef': 'warn',
5959
'no-useless-escape': 'off',
6060
'prefer-const': 'off',
61+
'import/no-unresolved': 'off',
6162
// the default, but for reference...
6263
'import/order': [
6364
'warn',

0 commit comments

Comments
 (0)