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.
我已经安装了 jshint,并在 bash 的示例文件中检查了它,它可以工作。
现在,当我在 emacs 中打开 .js 文件并进入 flymake 模式时,我收到消息 jshint server has started on 127.0.0.13003。现在,当我输入这行明显错误的代码时
var var0 = 10 // which is OK varnx var1 = 10; // which is wrong
jshint 只是坐在那里,并没有警告我。
谢谢!