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.
我通过 CLI 使用 CSSLint。我花了很多时间按照此处和此处找到的步骤编写自定义 css linting 规则。它们已经过测试并且可以正常工作,但是现在我已经创建了规则,我不确定如何将它们实际添加到 linter(或通过 npm 安装),以便可以通过 CLI 使用 lint 我的项目。我已经搜索了 github wiki 中的文档,似乎找不到答案。
请记住,这些规则是特定于项目的,它们并不意味着提交给 csslint github repo。
弄清楚了。我使用了“grunt release”,然后将其发布为 npm 模块,然后安装它。问题的原因是我需要卸载原始版本的 cssLint,因为它覆盖了新版本。