You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Enable catchNoFixerButFixableProperty by default on require-meta-fixable rule
After making fixes to reduce false positives like we did with require-meta-has-suggestions
ESLint 9
Change option default for requireSchemaPropertyWhenOptionless to false on require-meta-schema
Drop support for ESLint v7 and old versions of Node
Future
Stop supporting function-style rules which will no longer be supported in ESLint v9. Actively removing support would be a lot of work so I'm in no hurry to do this an we can push it off indefinitely.
the flat confg supports was added in v5.1.0, but it's required to access internal files: require("eslint-plugin-eslint-plugin/configs/recommended"). we can just convert the default configs to flat if eslintrc supports can be dropped in v6.
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:
recommended
rules:deprecated
/replacedBy
properties tometa-property-ordering
rule #320defaultOptions
tometa-property-ordering
rule #430test-case-property-ordering
#402catchNoFixerButFixableProperty
by default onrequire-meta-fixable
rulerequire-meta-has-suggestions
requireSchemaPropertyWhenOptionless
tofalse
onrequire-meta-schema
Maybe:
For reference, V5 was release 2022-07 (CHANGELOG, discussion in #230).
The text was updated successfully, but these errors were encountered: