Skip to content

Commit

Permalink
import/resolvers -> import/resolver (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
ueda-soma authored Dec 5, 2024
1 parent c5da700 commit d1807bd
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 @@ -112,7 +112,7 @@ But if you are using `eslint-plugin-import` or the older version of `eslint-plug
module.exports = [
{
settings: {
'import/resolvers': {
'import/resolver': {
typescript: {
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 d1807bd

Please sign in to comment.