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
explicit-module-boundary-types
Explicit types for function return values and arguments makes it clear to any calling code what is the module boundary's input and output.
https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/explicit-module-boundary-types.md
This might be a big change for some of the projects that use this config, so it should be considered as breaking change.
It improves debugging and makes sure that returned types are correct.
jestjs/jest#9539
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature
Explicit types for function return values and arguments makes it clear to any calling code what is the module boundary's input and output.
https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/explicit-module-boundary-types.md
This might be a big change for some of the projects that use this config, so it should be considered as breaking change.
Motivation
It improves debugging and makes sure that returned types are correct.
Related Issues
jestjs/jest#9539
The text was updated successfully, but these errors were encountered: