gpt4 book ai didi

ejs - 如何阻止 csslint 和 jshint 对 Atom 中的 EJS 进行 linting?

转载 作者:行者123 更新时间:2023-12-03 03:30:52 24 4
gpt4 key购买 nike

我正在 Atom 中编辑 EJS 文件。我目前安装了 linter-csslint 和 linter-jshint 软件包。两者似乎都将 .ejs 文件识别为 .html 并将其检查为 HTML。

这就是我所看到的

enter image description here

如何让 linter 忽略 .ejs 文件?或者是否有针对 Atom 的 EJS 特定 linter?

最佳答案

您可以使用 .jshintignore 文件 ( https://jshint.com/docs/cli/#ignoring-files ) 忽略所有 .ejs 文件。我刚刚自己添加了一个来解决 Atom 中的同一问题,并且似乎有效。

我使用以下内容创建了 ~/.jshintignore:

*.ejs

值得注意的是,这会影响使用 jshint 的其他任何内容。

关于ejs - 如何阻止 csslint 和 jshint 对 Atom 中的 EJS 进行 linting?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52987984/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com