PHP Storm highlighting JS syntax virtually every line

My PHP Storm installation is highlighting my JS files for syntax (JSLint). It is not recognizing functions in other JS files within the project. The PHP side is OK.

JSHint: 'result' is not defined W110
JSLINT: Expected "" and instead found ""

Those are some of the errors I am seeing. How do I reset the JS syntax checker to default?

0
1 comment

File | Settings | Languages & Frameworks | JavaScript | Code Quality Tools | JSLint - Reset button in upper right corner?

0

Please sign in to leave a comment.