JavaScript linting in JSP files? Possible?
已回答
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??
请先登录再写评论。
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.