We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It was not clear for any default value of options except these four: https://github.com/import-js/eslint-import-resolver-typescript?tab=readme-ov-file#options-from-unrs-resolver
It took me some time to reed through codes to find out that alwaysTryTypes is true by default.
alwaysTryTypes
true
It would be great if every default value of options are implicitly declared in README.
BTW, I can not make this PR myself as I am still confusing about the default behavior without project option after spending a few time with codes.
The text was updated successfully, but these errors were encountered:
Indeed, you can check and contribute!
eslint-import-resolver-typescript/src/types.ts
Lines 3 to 14 in e36a0ac
alwaysTryTypes defaults to true, project defaults to root tsconfig.json or jsconfig.json if detected.
project
tsconfig.json
jsconfig.json
And bun already has its own doc section at https://github.com/import-js/eslint-import-resolver-typescript?tab=readme-ov-file#bun.
bun
Sorry, something went wrong.
No branches or pull requests
It was not clear for any default value of options except these four: https://github.com/import-js/eslint-import-resolver-typescript?tab=readme-ov-file#options-from-unrs-resolver
It took me some time to reed through codes to find out that
alwaysTryTypes
istrue
by default.It would be great if every default value of options are implicitly declared in README.
BTW, I can not make this PR myself as I am still confusing about the default behavior without project option after spending a few time with codes.
The text was updated successfully, but these errors were encountered: