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.
max-params や max-statements などの特定のルールがhttp://eslint.org/docs/rules/で「レガシー」に分類されるのはなぜですか。それらは非推奨になりますか? 彼らは変わりますか?
いいえ、ESLint は早い段階で JSHint/JSLint と同等の機能を目指していました。ほとんどのレガシー ルールは JSHint ではなく JSLint にのみ存在するため、レガシーとしてマークされました (JSLint は JSHint よりも古い)。