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

@eslint-react/var

Package Overview
Dependencies
Maintainers
1
Versions
1015
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/var - npm Package Versions

1245
102

1.30.2-beta.1

Diff
rel1cx
published 1.30.2-beta.1 •
rel1cx
published 1.30.2-next.1 •
rel1cx
published 1.30.2-next.0 •
rel1cx
published 1.30.1 •

Changelog

Source

v1.30.1 (2025-03-04)

🐞 Fixes

  • fix(utilities/var): fix variable init node retrieval, fixes #964 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/965

🪄 Improvements

  • refactor(plugins/hooks-extra): improve code reusability by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/963

New Contributors

  • @mrginglymus made their first contribution in https://github.com/Rel1cx/eslint-react/pull/964
rel1cx
published 1.30.1-beta.1 •
rel1cx
published 1.30.1-next.1 •
rel1cx
published 1.30.1-beta.0 •
rel1cx
published 1.30.1-next.0 •
rel1cx
published 1.30.0 •

Changelog

Source

v1.30.0 (2025-03-03)

✨ New

  • feat: add naming-convention/use-state and naming-convention/context-name to recommended presets by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/956

🐞 Fixes

  • fix: correct readonly checks and test cases in prefer-read-only-props by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/957
  • fix: rework naming-convention/component-name rule to follow eslint-plugin-react-hooks@5.0 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/959

    Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means _Button or _component are no longer valid.

  • fix: naming-convention/use-state fails with multiple words, closes #960 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/961
rel1cx
published 1.30.0-beta.0 •