ESLint - JSCS package missing !?

Hi,

I tumbled on a problem recently, and couldn't understand at all what was happening.

When I create a JS file in PHPSTORM, it actually show me this:

 

And when I try to understand and do like jetbrains FAQ says to do I fall on this:

 

I can't understand what is happening, I never have this before and I even dumped my project and do it from scratch but the error is still there. I don't understand what actually happened.

 

Please Help !

0

Please check 

1) File | Settings | Languages & Frameworks | JavaScript | Code Quality Tools | JSCS

2) File | Settings | Languages & Frameworks | JavaScript | Code Quality Tools | ESLint

0
Avatar
Permanently deleted user

Hi @Dmitry Tronin, Actually I found a way of deactivating it. I go where you ask me to go and "disabled" JCSC and ESLint. By the way i don't know how they got enabled in the first place as I didn't changed anything. Maybe a shortcut or something?

0

Hm, there's no shortcut for that & no entry in "Find action". Not sure how could this be activated but from the settings menu, unfortunately

0
Avatar
Permanently deleted user

Ok I understand, well it freaked me off :) but it is okay now. Thanks for the help

0
Avatar
Permanently deleted user

I'm having the same issue with Pycharm.  I `npm install eslint` and pointed the ESlint settings to the directory but the error persists.  How can I remove the error from my viewing space.  This is very distracting.

1
Avatar
Permanently deleted user

@Stephen O,

you need to either disable Settings | Languages & Frameworks | JavaScript | Code Quality Tools | ESLint or configure it properly.

0

请先登录再写评论。