react-native-reanimated icon indicating copy to clipboard operation
react-native-reanimated copied to clipboard

Fix eslint config

Open tjzel opened this issue 1 year ago • 0 comments

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

🚀

tjzel avatar Feb 23 '24 10:02 tjzel