Skip to content

Commit c9cfe70

Browse files
docs: use import-x/resolver-next instead of import/resolver-next (#342)
1 parent 23e7156 commit c9cfe70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const {
7474

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

0 commit comments

Comments
 (0)