Skip to content

Commit

Permalink
docs: use import-x/resolver-next instead of import/resolver-next (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocorradini authored Feb 11, 2025
1 parent 23e7156 commit c9cfe70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const {

module.exports = [{
settings: {
"import/resolver-next": [
"import-x/resolver-next": [
createTypeScriptImportResolver({
alwaysTryTypes: true, // always try to resolve types under `<root>@types` directory even it doesn't contain any source code, like `@types/unist`

Expand Down

0 comments on commit c9cfe70

Please sign in to comment.