Skip to content

@arphi/eslint-config@2.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Feb 17:21
· 10 commits to main since this release
Immutable release. Only release title and notes can be modified.
455cc06

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-syntax rule now.

Patch Changes

  • abf91ad: Bump dependencies
    • @eslint-react/eslint-plugin: ^2.6.1 → ^2.9.4
    • @typescript-eslint/parser: ^8.53.0 → ^8.54.0
    • eslint-plugin-jsdoc: ^62.0.0 → ^62.5.0
    • typescript-eslint: ^8.53.0 → ^8.54.0