用`ng lint'命令打印凸起文件的日志
对于我的调查,我想要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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个Eslint插件可以帮助 eslint-plugin-log-filenames
This eslint plugin could help eslint-plugin-log-filenames