Skip to content
New issue

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

feat(rules): disable @typescript-eslint/explicit-function-return-type #110

Merged
merged 1 commit into from Jul 1, 2019

Conversation

yannickcr
Copy link
Contributor

As discussed in the team, while being useful to add explicitness and avoid some implicit any, the @typescript-eslint/explicit-function-return-type rule (added in #106) also adds some unwanted verbosity, can break inferred types if misused and the more we type our code the less it become useful (less implicit any to catch).

For these reasons we decided to disable it.

@yannickcr yannickcr requested review from samouss and Haroenv July 1, 2019 14:51
@yannickcr yannickcr merged commit eb77e5f into master Jul 1, 2019
@yannickcr yannickcr deleted the feat/disable-explicit-function-return-type branch July 1, 2019 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants