react-native-reanimated
react-native-reanimated copied to clipboard
Fix eslint config
Summary
Because we use ESlint rules that require a parses, proper amendments to the .eslintrc.js
had to be made. Because of that we can also finally extend main .eslintrc.js
config in sub-directiories.
You can read more here.
As a note, I recommend eslint --print-config <file>
to debug if the rules are actually extended etc.
Test plan
🚀