Hi,
I've got this problem using xo global version

Probably solution: https://github.com/airbnb/javascript/issues/728
node v5.6.0
xo v0.13.0
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!! :sweat_smile:
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?
I found the problem!
$ npm ls | ack xo
โ โ โ โโโ [email protected]
โโโ [email protected] extraneous <--- HERE
โโโ [email protected]
โโโฌ [email protected]
โโโ [email protected]
โโโ [email protected]
Thanks for helping! Fixed! :relaxed: