Xo: Errors, but no errors

Created on 14 Mar 2016  ยท  3Comments  ยท  Source: xojs/xo

Hi,

I've got this problem using xo global version

screen shot 2016-03-14 at 12 44 52

Probably solution: https://github.com/airbnb/javascript/issues/728

node v5.6.0
xo v0.13.0

All 3 comments

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:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tony-kerz picture tony-kerz  ยท  3Comments

EdJoPaTo picture EdJoPaTo  ยท  3Comments

SteveALee picture SteveALee  ยท  5Comments

pizzafox picture pizzafox  ยท  5Comments

iwata picture iwata  ยท  5Comments