Skip to content

Commit

Permalink
chore: improve file extension resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Jan 23, 2025
1 parent 14e5857 commit 5c962ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ module.exports = {
'no-unused-vars': 'warn',
'react/react-in-jsx-scope': 'off',
},
settings: {
'import/resolver': { node: { extensions: ['.js', '.jsx'] } },
},
}

0 comments on commit 5c962ea

Please sign in to comment.