Migrate from v4 to v5 #108
filiptammergard
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In v5,
@typescript-eslint/explicit-function-return-type
was tuned on with optionallowExpressions: true
.This means all functions need explicit return types:
Expressions like this don't need explicit return types:
Beta Was this translation helpful? Give feedback.
All reactions