用`ng lint'命令打印凸起文件的日志

发布于 2025-02-11 09:35:59 字数 560 浏览 1 评论 0原文

对于我的调查,我想要ng lint - 它是相当发达的角度CLI的一部分 - 打印触摸的文件。我想看看它是否在各种配置下处理node_modules

以前,我发现我可以通过以下命令使Eslint变得更详细:

export DEBUG="eslint:*,-eslint:code-path"

官方文档没有显示命令
报告包也不会影响“ versbosity”。

问题:如何制作ng lint打印正在处理的文件?

For my investigation I want ng lint - which is part of the quite developed Angular CLI - to print touched files. I want to see if it processes node_modules under various configurations.

Previously, I figured out that I can make ESLint become more verbose with the following command:

export DEBUG="eslint:*,-eslint:code-path"

The official documentation does not show any related flags for the command.
The reporting package also does not effect the "versbosity".

Question: how to make ng lint print the files it is processing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

勿忘心安 2025-02-18 09:35:59

这个Eslint插件可以帮助 eslint-plugin-log-filenames

This eslint plugin could help eslint-plugin-log-filenames

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