Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@eslint-react/shared

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/shared - npm Package Versions

rel1cx
published 0.10.12-beta.0 •

Changelog

Source

v0.10.12-beta.0 (Sun Jan 21 2024)

🪄 Improvements

  • Remove unnecessary parserOptions fields from presets.
rel1cx
published 0.10.11 •

Changelog

Source

v0.10.11 (Sat Jan 20 2024)

✨ New

  • Add rule react/no-access-state-in-setstate.

🪄 Improvements

  • Improve rule react/no-unused-state to respect the usage of getDerivedStateFromProps.
  • Update @typescript-eslint's packages to 6.19.0.
rel1cx
published 0.10.11-beta.2 •

Changelog

Source

v0.10.11-beta.2 (Fri Jan 19 2024)

✨ New

  • Add rule react/no-access-state-in-setstate.
rel1cx
published 0.10.11-beta.1 •

Changelog

Source

v0.10.11-beta.1 (Tue Jan 16 2024)

🪄 Improvements

  • Update @typescript-eslint's packages to 6.19.0.
rel1cx
published 0.10.11-beta.0 •

Changelog

Source

v0.10.11-beta.0 (Mon Jan 15 2024)

🪄 Improvements

  • Improve rule react/no-unused-state to respect the usage of getDerivedStateFromProps.
rel1cx
published 0.10.10 •

Changelog

Source

v0.10.10 (Sun Jan 14 2024)

🪄 Improvements

  • Improve rule react/no-unused-state to support checking for more cases.
  • Improve rule react/no-direct-mutation-state to support checking for more cases.
  • Improve rule react/no-unused-class-component-members to support checking for more cases.
rel1cx
published 0.10.10-beta.0 •

Changelog

Source

v0.10.10-beta.0 (Sun Jan 14 2024)

🪄 Improvements

  • Improve rule react/no-unused-state to support checking for more cases.
  • Improve rule react/no-direct-mutation-state to support checking for more cases.
  • Improve rule react/no-unused-class-component-members to support checking for more cases.
rel1cx
published 0.10.9 •

Changelog

Source

v0.10.9 (Fri Jan 12 2024)

🐞 Fixes

  • Fix bundle size is larger than expected.
rel1cx
published 0.10.8 •

Changelog

Source

v0.10.8 (Thu Jan 11 2024)

🐞 Fixes

  • Fix version format in v0.10.7's package.json.
rel1cx
published 0.10.7 •

Changelog

Source

v0.10.7 (Thu Jan 11 2024)

✨ New

  • Add rule react/no-unused-state.