software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.6k stars 1.26k forks source link

Fix eslint rules and types of tests #6103

Closed Latropos closed 2 weeks ago

Latropos commented 3 weeks ago

Summary

Since we have introduced monorepo code of example application was provided with more restrictive eslint rules, so I have to either fix runtime tests or disable some of the rules. I do both depending on the case.

Test plan

Tested on IOS

piaskowyk commented 2 weeks ago

The name of this PR is a bit misleading because it does more than just fixing monorepo compatibility