atom-linter-xo
atom-linter-xo copied to clipboard
some rules in unicorn not found
I'm using node v8, so this is the reason of this error?

I'm getting this error too. Maybe due to the recent(ish) Atom update?
Same here. :( No clue what causes this.
#74 is probably the same issue, it has something to do with the new boosted start, it doesn't load dependencies correctly.
How are we on this issue? It really hurts usability on current atom version, so I'd say this is a major problem.
atom --version
Atom : 1.17.2
Electron: 1.3.15
Chrome : 52.0.2743.82
Node : 6.5.0
node --version
v6.11.0
Same problem!
Same problem here. :C
❯ atom --version
Atom : 1.18.0
Electron: 1.3.15
Chrome : 52.0.2743.82
Node : 6.5.0
Try upgrading XO, if you're using Yarn or npm 5 you'll need to remove/add xo so that it's dependencies get updated in the lockfile. See https://github.com/sindresorhus/atom-linter-xo/issues/74
Same issue:
Atom : 1.21.2
Electron: 1.6.15
Chrome : 56.0.2924.87
Node : 7.4.0
xo: 0.18.2
linter-xo: 0.23.1
Definition for rule 'unicorn/catch-error-name' was not found
Definition for rule 'unicorn/explicit-length-check' was not found
Definition for rule 'unicorn/filename-case' was not found
Definition for rule 'unicorn/no-abusive-eslint-disable' was not found
Definition for rule 'unicorn/no-process-exit' was not found
Definition for rule 'unicorn/throw-new-error' was not found
I think this was fixed at some point?
Closing as Atom is abandoned.