forked from mysticatea/eslint-plugin-node
-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
Description
Starting a list of my desired breaking changes, feedback welcome. We can perform this release once we have compiled enough changes. We should watch out for any breaking changes needed for ESLint v9 in the coming months.
Planned:
- Drop node < 16
recommended
changes- default node.js version: ">=16"
- ecmaVersion: "latest"
- rules changes: TODO
- support the new eslint config:
eslint.config.js
: feat: support the new eslint config. #89
Maybe:
- Convert package to ESM or TypeScript?
voxpelli and chalkygames123