software-mansion / react-native-reanimated

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

Fix all autoFixable problems inside app/common #6162

Closed Latropos closed 2 days ago

Latropos commented 6 days ago

Summary

Run eslint with --fix flag. These test are broken since when introducing monorepo we unified eslint rules and made them more demanding.

Most of the changes is to prefer import type.

The others are:

Test plan

All changes were made automatically.