1

I just installed StandardJS and realised I want semicolons. I stumbled upon Semistandard (which is "all the goodness of standard + semicolons"), however I'm having difficulty adding it as my code style to my IDE (RubyMine).

I installed semistandard globally using npm install semistandard -g and selected it as my ESLint package, the same way I did with standard, however when I press apply, the IDE complains with the error message:

"ESLint: Initialization error (ESLint). Cannot find module '/usr/lib/node_modules/semistandard/lib/cli.js".

Has anyone encountered this error message or know how to fix it?

LazyOne
  • 158,824
  • 45
  • 388
  • 391
Hen
  • 633
  • 1
  • 9
  • 21

1 Answers1

4

Semistandard is not supported, please vote for WEB-29114

lena
  • 90,154
  • 11
  • 145
  • 150