You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Digging through the eslint source code, I found this line where it seems to resolve that alias. It looks like right now, that functionality is hardcoded to that one name, with no obvious way of adding your own aliases. I'm guessing in v1, use of this feature would look something like:
A recently added feature of eslint is extends. It would be useful if eslint-plugin-react created their own preset so that one could do this:
This would eliminate the need to add all the react rules explicitly.
The text was updated successfully, but these errors were encountered: