Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在我的 Play 项目中启用 jshint sbt 插件时,我得到了这些恼人的错误,这些错误实际上并不是错误。我怎样才能关闭它们,或避免它们?
谢谢
jshint 正在做它应该做的事情。.jshintrc您可以使用项目根目录中的标准文件配置其错误。
.jshintrc
存在第一个错误是因为它应该是window.alert(s).
window.alert(s)