I am new to IntelliJ Idea. When viewing .js
files through the IDE it will display an issue with pink color in the header saying
JSCS: Cannot find 'jscs' script file under JSCS package directory.
I have tried to solve it by configuring JSCS settings but that import doesn't work. I think that occurred due to use strict
keyword.
So how I can resolve that issue?