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

Improve static type analysis #33

Open
tonyketcham opened this issue Jul 15, 2022 · 1 comment
Open

Improve static type analysis #33

tonyketcham opened this issue Jul 15, 2022 · 1 comment
Labels
enhancement New feature or request tidying Misc. improvements to the monorepo and DX
Milestone

Comments

@tonyketcham
Copy link
Collaborator

In numerous locations throughout the project, narrow types have been sidestepped with the any type.

These should be replaced with tighter type definitions to have better handling of data as it flows throughout the app.

@tonyketcham tonyketcham added enhancement New feature or request tidying Misc. improvements to the monorepo and DX labels Jul 15, 2022
@tonyketcham
Copy link
Collaborator Author

tonyketcham commented Jul 15, 2022

I'd suggest raising a PR of this pointed at an ESLint target branch, as ESLint won't pass the pipeline until those instances of any are removed.

@tonyketcham tonyketcham added this to the v1.0 🌿 milestone Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tidying Misc. improvements to the monorepo and DX
Projects
None yet
Development

No branches or pull requests

1 participant