software-mansion / react-native-reanimated

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

Fix eslint rules inside apps/common-app #6192

Closed Latropos closed 48 minutes ago

Latropos commented 3 days ago

Summary

When introducing monorepo we unified all the eslint rules across the project. That's why we the eslint rules got more restrictive and we had to fix all the existing problems.

Test plan

Run yarn lint inside apps/common-app