The many rules for Node.js in the ESLint core will be deprecated in ESLint 7.0.0. This release includes the clone of those core rules.
β¨ Enhancements
- 8788a11e01904f394b6c438dcb218704d449c09c added ten rules from the ESLint core:
- [node/callback-return] rule that corresponds to [callback-return] rule.
- [node/global-require] rule that corresponds to [global-require] rule.
- [no...