Skip to content

Commit

Permalink
🚧 Eslint rule import/no-unresolved off
Browse files Browse the repository at this point in the history
  • Loading branch information
XionWCFM committed Apr 10, 2024
1 parent 5ccb934 commit 8339b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ module.exports = {
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'react/prop-types': 'off',
'import/no-unresolved': 'off',
},
};

0 comments on commit 8339b74

Please sign in to comment.