Skip to content

Commit

Permalink
Merge pull request #22 from Namchee/fix/disable-import-no-unresolved
Browse files Browse the repository at this point in the history
fix(rules): temporarily disable import/no-unresolved
  • Loading branch information
Namchee authored Dec 5, 2023
2 parents 7af6064 + f5cf210 commit c1bb920
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configs/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ module.exports = {
'import/no-cycle': 'error',
'import/no-duplicates': 'error',
'import/no-extraneous-dependencies': 'error',
'import/no-unresolved': 'error',

// unicorn plugin
'unicorn/better-regex': 'error',
Expand Down

0 comments on commit c1bb920

Please sign in to comment.