New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eslint-react/core

Package Overview
Dependencies
Maintainers
0
Versions
1163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/core - npm Package Versions

1
46
113

1.34.0

Diff
rel1cx
published 1.34.0 •

Changelog

Source

v1.34.0 (2025-03-15)

🪄 Improvements

  • refactor: export the create function of each rule by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/989
  • refactor(plugins/x): rename no-nested-components rule to no-nested-component-definitions and update related docs by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/990

📝 Changes you should be aware of

The following rules have been renamed:

  • react-x/no-nested-components to react-x/no-nested-component-definitions
  • @eslint-react/no-nested-components to @eslint-react/no-nested-component-definitions

The old rule names will still be available until the next major update to avoid breaking changes.

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.33.0...v1.34.0

rel1cx
published 1.34.0-beta.2 •
rel1cx
published 1.34.0-next.2 •
rel1cx
published 1.34.0-beta.1 •
rel1cx
published 1.34.0-next.1 •
rel1cx
published 1.34.0-beta.0 •
rel1cx
published 1.34.0-next.0 •
rel1cx
published 1.33.0 •

Changelog

Source

v1.33.0 (2025-03-14)

🐞 Fixes

  • fix: update rule severity for no-flush-sync and no-void-elements-with-children in recommended presets by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/988

🪄 Improvements

  • refactor(plugins/x): rename ensure-forward-ref-using-ref to no-useless-forward-ref by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/987

📝 Changes you should be aware of

The following rules have been renamed:

  • react-x/ensure-forward-ref-using-ref to react-x/no-useless-forward-ref
  • @eslint-react/ensure-forward-ref-using-ref to @eslint-react/no-useless-forward-ref

The old rule names will still be available until the next major update to avoid breaking changes.

Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.32.1...v1.33.0

rel1cx
published 1.33.0-next.0 •
rel1cx
published 1.33.0-beta.0 •