vercel / style-guide

Vercel's engineering style guide
Mozilla Public License 2.0
1.25k stars 33 forks source link

Adjust `explicit-function-return-type` settings #43

Closed mrmckeb closed 2 years ago

mrmckeb commented 2 years ago

We've enabled @typescript-eslint/explicit-function-return-type in our latest canary release, but we should probably.

See: https://typescript-eslint.io/rules/explicit-function-return-type/

mrmckeb commented 2 years ago

After assessing this we've decided to stick with the default settings for now.