Moo 工具 JS lint

发布于 2024-11-09 03:32:18 字数 106 浏览 0 评论 0原文

我正在寻找有关设置 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

黑凤梨 2024-11-16 03:32:18

可以在此处找到对此功能的支持。它使用 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.

于我来说 2024-11-16 03:32:18

如果您同意 Java 依赖项,jslint4java 可以让这变得简单:

java -jar jslint4java.jar myproject/*.js

免责声明:我jslint4java 包装器的作者。

If you're OK with a java dependency, jslint4java makes this easy:

java -jar jslint4java.jar myproject/*.js

Disclaimer: I'm the author of the jslint4java wrapper.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文