Skip to content

Commit

Permalink
fix: pass correct resolver settings to eslint-plugin-import-x (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue authored Oct 11, 2024
1 parent 90e1840 commit b71c566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function imports() {
import: importPlugin,
},
settings: {
'import/resolver': {
'import-x/resolver': {
// You will also need to install and configure the TypeScript resolver
// See also https://github.com/import-js/eslint-import-resolver-typescript#configuration
typescript: true,
Expand Down

0 comments on commit b71c566

Please sign in to comment.