Simon Risk
Results
2
issues of
Simon Risk
## Purpose Remove declared but unused variables that are _clearly_ meant to be removed. Some of these types of linting errors are still present, but these are more involved that...
## Purpose By defining a TransformableValue and TransformableObject type, made of primitives, objects, arrays, and nested structures, we can avoid the use of `any` in TS. Additionally, I refactored helpers.tsx...