JavaScript linting in JSP files? Possible?
Answered
Here's what I'm after: a linter that will flag JavaScript syntax errors within the <script> tags in a JSP file
Is it possible??
Please sign in to leave a comment.
IntelliJ IDEA code inspections should work fine.
I'm not sure what "IntelliJ IDEA code inspections should work fine" means. Can you explain?
See https://www.jetbrains.com/help/idea/code-inspection.html.