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

Reduce the use of **any** type #1720

Open
prupipho opened this issue Feb 17, 2021 · 0 comments
Open

Reduce the use of **any** type #1720

prupipho opened this issue Feb 17, 2021 · 0 comments
Labels
client code-style Relates to a fix in the code style
Milestone

Comments

@prupipho
Copy link
Contributor

prupipho commented Feb 17, 2021

After updating to react-scripts 4,0.1 in #1702 we got some warnings.
We fixed most of them in #1706, getting rid of some any types variables but we left and ignored a few of them.
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types

We should decide how to stop using any type throughout the application

@prupipho prupipho added code-style Relates to a fix in the code style client labels Feb 17, 2021
@ghost ghost added the needs-triage For new issues that are raised to get reviewed by internal Microsoft employees label Feb 17, 2021
@prupipho prupipho removed the needs-triage For new issues that are raised to get reviewed by internal Microsoft employees label Feb 17, 2021
@prupipho prupipho added this to the Backlog milestone Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client code-style Relates to a fix in the code style
Projects
None yet
Development

No branches or pull requests

1 participant