🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@eslint-react/eff

Package Overview
Dependencies
Maintainers
1
Versions
599
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/eff - npm Package Versions

1
56575960

1.22.1-beta.3

Diff
rel1cx
published 1.22.1-beta.3 •
rel1cx
published 1.22.1-next.3 •
rel1cx
published 1.22.1-beta.2 •
rel1cx
published 1.22.1-next.2 •
rel1cx
published 1.22.1-beta.1 •
rel1cx
published 1.22.1-next.1 •
rel1cx
published 1.22.1-beta.0 •
rel1cx
published 1.22.1-next.0 •
rel1cx
published 1.22.0 •

Changelog

Source

v1.22.0 (2024-12-22)

🪄 Improvements

  • refactor(plugins/x): rename jsx-use-vars to use-jsx-vars
  • refactor(plugins/x): rename jsx-no-duplicate-props to no-duplicate-jsx-props
  • refactor(plugins/dom): rename no-children-in-void-dom-elements to no-void-elements-with-children

📝 Changes you should be aware of

The following rules have been renamed:

  • jsx-uses-vars to use-jsx-vars
  • jsx-no-duplicate-props to no-duplicate-jsx-props
  • dom/no-children-in-void-dom-elements to dom/no-void-elements-with-children

The new rule names are aligned with the same rules in the biomejs/rules-sources/#eslint-plugin-react (if any) to enhance consistency. The old rule names will still be available until the next major update to avoid breaking changes.

rel1cx
published 1.22.0-beta.2 •