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
and it worked well until I upgraded eslint to version 4.x and the eslint-config-xo-react to the latest version. Since then I always get the the error that the config is invalid.
Configuration for rule "react/require-default-props" is invalid:
Value [{"forbidDefaultForRequired":true}] should NOT have more than 0 items.
Hello,
I used
and it worked well until I upgraded eslint to version 4.x and the eslint-config-xo-react to the latest version. Since then I always get the the error that the config is invalid.
I am using the following versions:
If I am removing "xo-react/space" in the extend array, everything is fine :(
Hopefully someone has a hint for me.
The text was updated successfully, but these errors were encountered: