-
Notifications
You must be signed in to change notification settings - Fork 130
Add Animated.Text to allowed rules list #226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Animated.Text to allowed rules list #226
Conversation
PR for #225 |
Thanks @ahartzog! |
@Intellicode @ahartzog this doesn't seem to work for me, looks like |
Aww shucks. I left my rule in my .eslintrc in place, which I why I thought it worked when I tested it. I am ashamed. Confirmed that this does not work as intended, thanks @mjmasn. I'll try to look into solutions today, but nothing is readily apparent. Maybe some sort of string includes rule instead of a strict comparison? |
@ahartzog what I'm not really understanding is why |
Would something like this (edit: but with some recursion for
Based on my (limited) understanding of this AST for the code:
Partial AST:
|
@mjmasn what should I do then for "Animated.x" components ?) |
@ahartzog Any chance you could fix this or shall we revert the PR due to the reported issues? |
No description provided.