eslint-plugin-reanimated
eslint-plugin-reanimated copied to clipboard
no-shared-value-coercion rule
Fixes #24
Adds new no-shared-value-coercion
rule to catch cases where you forgot to add .value
and shared value is implicitly coerced to boolean/string
Nice work! 🔥 ❤️
Hey there, I dropped the ball on this, is it really working? 🤔🤔🤔
No problem, ya it should be working as expected for the covered boolean/string-coercion cases