software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.13k stars 982 forks source link

Fix the wall of errors when running `lint:js` locally #3222

Closed latekvo closed 4 days ago

latekvo commented 5 days ago

Description

This PR fixes the errors which occur when running lint:js locally.

Unfortunately, the version incompatibility warnings cannot be fixed without downgrading eslint due to eslint-config-satya164 dependency which indirectly hard-requires eslint@^7.1.0

Test plan

latekvo commented 4 days ago

After further investigation, this turned out to be a local issue. The main branch is not affected.