flatbread icon indicating copy to clipboard operation
flatbread copied to clipboard

Improve static type analysis

Open tonyketcham opened this issue 3 years ago • 1 comments
trafficstars

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 avatar Jul 15 '22 04:07 tonyketcham

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 avatar Jul 15 '22 06:07 tonyketcham