Eclipse中项目去除Js验证

删除项目.project文件中的

<buildCommand>
   <name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
    <arguments>
     </arguments>
</buildCommand>


<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
原文地址:https://www.cnblogs.com/wuyechun/p/5748015.html