We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214ef76 commit f7fab2aCopy full SHA for f7fab2a
packages/.eslintrc.js
@@ -58,6 +58,7 @@ module.exports = {
58
'no-undef': 'warn',
59
'no-useless-escape': 'off',
60
'prefer-const': 'off',
61
+ 'import/no-unresolved': 'off',
62
// the default, but for reference...
63
'import/order': [
64
'warn',
0 commit comments