·
10 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Minor Changes
-
abf91ad: Removes deprecated rules from the React preset.
The following rules have been deprecated in the ESLint React plugin and will be removed in the next major of the plugin:
@eslint-react/no-default-props@eslint-react/no-prop-types@eslint-react/no-string-refs
To avoid obsolete use, these rules have been removed from the React preset. If you were using them, you can still enable them manually in your configuration file. However, consider migrating to the ESLint
no-restricted-syntaxrule now.
Patch Changes
- abf91ad: Bump dependencies
@eslint-react/eslint-plugin: ^2.6.1 → ^2.9.4@typescript-eslint/parser: ^8.53.0 → ^8.54.0eslint-plugin-jsdoc: ^62.0.0 → ^62.5.0typescript-eslint: ^8.53.0 → ^8.54.0