1

I'm using https://github.com/AtomLinter/linter-jscs. The docs say:

It will lint on edit and/or on save

It seems that it lints on edit and save all the time. I don't see a way to configure it to lint on only save.

4

1 回答 1

1

首先,您真的应该考虑迁移到 ESLint (linter -eslint ),因为JSCS 上的所有开发都已停止

至于您的问题,您可以在 Linter 包中通过禁用 On-the-fly linting 来配置此行为。这个包只是一个服务提供者,允许通过 JSCS 对代码进行 linting,Linter 包控制它何时运行,以及它的结果如何显示给用户。

于 2017-01-09T08:59:06.053 回答