We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5da700 commit d1807bdCopy full SHA for d1807bd
README.md
@@ -112,7 +112,7 @@ But if you are using `eslint-plugin-import` or the older version of `eslint-plug
112
module.exports = [
113
{
114
settings: {
115
- 'import/resolvers': {
+ 'import/resolver': {
116
typescript: {
117
alwaysTryTypes: true, // always try to resolve types under `<root>@types` directory even it doesn't contain any source code, like `@types/unist`
118
0 commit comments