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提供的所有规则,但我找不到如何检查 js 文件的最大行数。
说,我想限制 js 文件超过 100 行。
ESLint 是否提供此功能?我怎么能用 ESLint 做到这一点?
据我所知,ESLint没有检查行数的选项,但是有一个 npm 包eslint-rules,no-long-files您可以尝试使用它。
ESLint
eslint-rules
no-long-files