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.
运行 Eslint 时,在整个过程完成之前不会打印任何内容。如何在处理不同文件时查看进度,而不是等到一切都完成?
使用调试选项将打印出进度:
npx eslint . --debug