-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Incompatible with standard 10 #16
Comments
Snazzy includes a copy of When I run Also, once standard 10.0.0 is released (today), this issue will go away since the versions will be in sync again. So that's at least some consolation. :) |
I'm sorry for the noise. You are right that it is a yarn issue. |
No problem! |
This is the top result when searching this error so I am posting this here in case someone else finds it. If you have inconsistent versions of standard (9.x/10.x) (which is the case if you are using webpack 1.x with |
demonstration repo
To reproduce add
standard@beta
andsnazzy
to a project. Afterward running standard (standalone or via snazzy) will cause the errorDefinition for rule 'standard/no-callback-literal' was not found
. Uninstalling snazzy or installing standard 9 fixes the issue.The text was updated successfully, but these errors were encountered: