Skip to content

Enable explicit-function-return-type ESLint rule #4498

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

Closed
andyleejordan opened this issue Apr 5, 2023 · 1 comment · Fixed by #4500
Closed

Enable explicit-function-return-type ESLint rule #4498

andyleejordan opened this issue Apr 5, 2023 · 1 comment · Fixed by #4500
Assignees
Labels
Area-Tech Debt Issues for Tech Debt Days! Issue-Enhancement A feature request (enhancement).

Comments

@andyleejordan
Copy link
Member

We should add:

    "@typescript-eslint/explicit-function-return-type": [
      "error"
    ],

but enabling it currently results in 96 problems...my bad! That's a tech debt day item to fix for sure.

Originally posted by @andschwa in #3903 (comment)

@andyleejordan andyleejordan self-assigned this Apr 5, 2023
@ghost ghost added the Needs: Triage Maintainer attention needed! label Apr 5, 2023
@andyleejordan andyleejordan added Issue-Enhancement A feature request (enhancement). Area-Tech Debt Issues for Tech Debt Days! and removed Needs: Triage Maintainer attention needed! labels Apr 5, 2023
@andyleejordan
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Tech Debt Issues for Tech Debt Days! Issue-Enhancement A feature request (enhancement).
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant