Moo 工具 JS lint
我正在寻找有关设置 JS lint 以使用 Debian Ubuntu 命令行中的 moo 工具的说明。
是否有一个用于此目的的软件包或说明,有人可以向我指出。如果有说明,我很乐意制作包裹!
I am looking for instructions on setting up JS lint to work with moo tools from Debian Ubuntu command line.
Is there a package for this or instructions that some one can $point me at. If there where instructions I would be happy to make the package!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可以在此处找到对此功能的支持。它使用 NODE JS 从命令行运行 lint。
https://github.com/as-jpolo/node-lint
我还发现这个教程被证明非常有用,不仅可以帮助我设置 cmd line lint,而且让我可以在 VIM 中动态运行它,这非常有用。
http://technotales.wordpress.com/2011/05/ 21/node-jslint-and-vim/
我还没有开始工作的一件事是配置 Lint 来解析 Mootools,而不抛出预期的警告。当我弄清楚如何开始配置 Lint 时,我将确保将其发布到。
Support for this functionality can be found here. It uses NODE JS to run lint from the command line.
https://github.com/as-jpolo/node-lint
I also found this tutorial that proved to be useful not only helping me set up cmd line lint but letting me run it on the fly in VIM is super useful.
http://technotales.wordpress.com/2011/05/21/node-jslint-and-vim/
One thing that I did not get working yet is configure Lint to parse Mootools with out throwing warnings that are expected. When I do figure out how to start to configure Lint I will make sure I post that to.
如果您同意 Java 依赖项,jslint4java 可以让这变得简单:
免责声明:我jslint4java 包装器的作者。
If you're OK with a java dependency, jslint4java makes this easy:
Disclaimer: I'm the author of the jslint4java wrapper.