Skip to content

Commit

Permalink
Disable the import/no-unresolved rule until bug is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
lipemat committed Feb 2, 2022
1 parent 91ab0f0 commit 731ff32
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.js
Expand Up @@ -55,6 +55,14 @@ module.exports = {
'jsdoc/require-param-type': [ 0 ],
'jsdoc/require-returns-description': [ 0 ],
'jsdoc/check-tag-names': [ 1, {'definedTags': [ 'notice', 'link' ]} ],

/**
* Disable rule until the bug is resolved.
*
* @link https://github.com/import-js/eslint-plugin-import/issues/2267
*/
"import/no-unresolved": [ 0 ],

'no-console': [ 0 ],
'no-multiple-empty-lines': [ 'error', {max: 2} ],
'object-curly-spacing': [ 1, 'never' ],
Expand Down

0 comments on commit 731ff32

Please sign in to comment.