我已经搜索过旧问题。每个人都对 jslint 实用程序提出了不同的建议。我想要在 linux 控制台上工作的 jslint 控制台实用程序。我试过这个
http://www.javascriptlint.com/但它不能正常工作。var
一个例子,如果你在变量声明之前错过了写入,它不会给出错误。
jslint 是否有任何标准的命令行实用程序?
编辑
我试过https://github.com/reid/node-jslint这也很好用。但不知道是否推荐。
关于 jshint
client.on('JOB_CREATED', function(handle) {
sessionid=[];
return console.log('job created', handle);
//Do connection close and cleanup
});
为什么它没有给出错误sessionid=[];