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

eslint-config-enact

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-enact - npm Package Versions

234

5.0.0-rc.1

Diff
enact
published 5.0.0-rc.1 •

Changelog

Source

[5.0.0-rc.1] (May 15, 2025)

  • Removed eslint-related configs in package.json.
enact
published 5.0.0-beta.1 •

Changelog

Source

[5.0.0-beta.1] (April 17, 2025)

  • Removed deprecated rule enact/prop-types.
enact
published 5.0.0-alpha.5 •

Changelog

Source

[5.0.0-alpha.5] (February 21, 2025)

  • Updated eslint to v9 and adopted flat config.
enact
published 5.0.0-alpha.4 •

Changelog

Source

[5.0.0-alpha.4] (January 17, 2025)

  • Updated dependencies.
enact
published 5.0.0-alpha.3 •

Changelog

Source

[5.0.0-alpha.3] (January 15, 2025)

  • Updated react dependency to ^19.0.0
enact
published 5.0.0-alpha.2 •

Changelog

Source

[5.0.0-alpha.2] (December 6, 2024)

  • Replaced deprecated rule no-new-object with no-object-constructor.
  • Updated the minimum version of Node to ^18.18.0 || ^20.9.0 || >=21.1.0.
  • Updated @stylistic/eslint-plugin-js to ^2.8.0, @typescript-eslint/eslint-plugin and @typescript-eslint/parser to ^8.6.0.
enact
published 5.0.0-alpha.1 •

Changelog

Source

[5.0.0-alpha.1] (July 22, 2024)

  • Updated the minimum version of Node to 18.18.0.
  • Replaced deprecated rules with @stylistic/js rules.
enact
published 4.2.1 •

Changelog

Source

[4.2.1] (February 27, 2024)

  • Updated dependencies.
enact
published 4.2.0 •

Changelog

Source

[4.2.0] (January 3, 2024)

  • Added @rushstack/eslint-patch to support eslint shareable config.
enact
published 4.1.8 •

Changelog

Source

[4.1.8] (December 21, 2023)

  • Removed deprecated rule testing-library/no-wait-for-empty-callback.
  • Renamed testing-library rules for Jest unit tests validation:
    • testing-library/await-async-query renamed to testing-library/await-async-queries
    • testing-library/no-await-sync-query renamed to testing-library/no-await-sync-queries
    • testing-library/no-render-in-setup renamed to testing-library/no-render-in-lifecycle