šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

@eslint-react/shared

Package Overview
Dependencies
Maintainers
1
Versions
1353
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/shared - npm Package Versions

1
…
131133
…
135

0.9.7

Diff
rel1cx
published 0.9.7 •

Changelog

Source

v0.9.7 (2023-12-17)

šŸ’„ Breaking Changes

  • Rule named-convention/filename-extension rename rule option to allow

šŸž Fixes

  • Fix where functions in <Component footer={() => <div />} /> or <Component Footer={() => <div />} /> are treated as components
  • Fix false positive in rule react/no-unstable-nested-components
  • Fix false positive in rule debug/function-component

šŸŖ„ Improvements

  • Rules now support reading JSX extensions from settings.eslintReact.jsx.extensions

  • Replace āŒ Incorrect and āœ… Correct with Failing and Passing in rule docs

rel1cx
published 0.9.7-beta.2 •

Changelog

Source

v0.9.7-beta.2 (2023-12-16)

šŸž Fixes

  • Update default rule option in named-convention/filename to PascalCase
rel1cx
published 0.9.7-beta.1 •

Changelog

Source

v0.9.7-beta.1 (2023-12-14)

šŸŖ„ Improvements

  • Minor improvements
rel1cx
published 0.9.7-beta.0 •

Changelog

Source

v0.9.7-beta.0 (2023-12-14)

šŸ’„ Breaking Changes

  • Rule named-convention/filename-extension rename rule option to allow

✨ New

  • Rule named-convention/filename add extensions option
  • Rule named-convention/filename-extension add extensions option
rel1cx
published 0.9.6 •

Changelog

Source

v0.9.6 (2023-12-12)

✨ New

  • Add rule react-hooks/prefer-use-state-lazy-initialization

šŸŖ„ Improvements

  • Rule named-convention/component-name add both string and object options support
  • Rule named-convention/filename add both string and object options support
  • Rule named-convention/filename-extension add both string and object options support
  • Rule debug/react-hooks reports hookCalls.length instead of cost
  • Update @typescript-eslint's packages to 6.14.0
rel1cx
published 0.9.6-beta.5 •

Changelog

Source

v0.9.6-beta.5 (2023-12-12)

šŸŖ„ Improvements

  • Update @typescript-eslint's packages to 6.14.0
rel1cx
published 0.9.6-beta.4 •

Changelog

Source

v0.9.6-beta.4 (2023-12-11)

šŸŖ„ Improvements

  • Rule named-convention/component-name add both string and object options support
  • Rule named-convention/filename add both string and object options support
  • Rule named-convention/filename-extension add both string and object options support
rel1cx
published 0.9.6-beta.3 •

Changelog

Source

v0.9.6-beta.3 (2023-12-11)

šŸŖ„ Improvements

  • Remove rule react-hooks/prefer-use-state-lazy-initialization from recommended and recommended-legacy presets
rel1cx
published 0.9.6-beta.2 •

Changelog

Source

v0.9.6-beta.2 (2023-12-11)

✨ New

  • Add rule react-hooks/prefer-use-state-lazy-initialization

šŸŖ„ Improvements

  • Rule named-convention/filename-extension switch options format from object to string
rel1cx
published 0.9.6-beta.1 •

Changelog

Source

v0.9.6-beta.1 (2023-12-11)

šŸŖ„ Improvements

  • Rule debug/react-hooks reports hookCalls.length instead of cost