We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I've got this problem using xo global version
xo global version
Probably solution: airbnb/javascript#728
node v5.6.0 xo v0.13.0
The text was updated successfully, but these errors were encountered:
I left with this settings to avoid errors.
{ "xo": { "rules": { "no-empty-label": [0], "space-before-keywords": [0], "space-after-keywords": [0], "space-return-throw-case": [0] } } }
workaround!! 😅
Sorry, something went wrong.
Make sure your local XO is also updated. This was fixed in XO 0.13.0. So should not happen.
Can you give me the output of $ npm ls?
$ npm ls
I found the problem!
$ npm ls | ack xo │ │ │ └── indexof@0.0.1 ├── eslint-config-xo@0.6.0 extraneous <--- HERE ├── gulp-xo@0.9.0 └─┬ xo@0.13.0 ├── eslint-config-xo@0.12.0 └── xo-init@0.3.6
Thanks for helping! Fixed! ☺️
No branches or pull requests
Hi,
I've got this problem using
xo global version
Probably solution: airbnb/javascript#728
The text was updated successfully, but these errors were encountered: