Skip to content

Releases: enactjs/eslint-config-enact

Release 5.0.0-alpha.1

22 Jul 08:15
Compare
Choose a tag to compare
  • Updated the minimum version of Node to 18.18.0.
  • Replaced deprecated rules with @stylistic/js rules.

Release 4.2.1

27 Feb 08:20
Compare
Choose a tag to compare
  • Updated dependencies.

Release 4.2.0

03 Jan 10:03
Compare
Choose a tag to compare
  • Added @rushstack/eslint-patch to support eslint shareable config.

Release 4.1.8

21 Dec 01:34
Compare
Choose a tag to compare
  • Removed deprecated rule testing-library/no-wait-for-empty-callback.
  • Renamed testing-library rules for Jest unit tests validation:
    CHANGELOG.md testing-library/await-async-query renamed to testing-library/await-async-queries
    CHANGELOG.md testing-library/no-await-sync-query renamed to testing-library/no-await-sync-queries
    CHANGELOG.md testing-library/no-render-in-setup renamed to testing-library/no-render-in-lifecycle

Release 4.1.7

27 Sep 09:59
Compare
Choose a tag to compare
  • Updated @typescript-eslint/eslint-plugin and @typescript-eslint/parser version to ^6.1.0 and the minimum version of Node to ^16.0.0.

v4.1.6

04 Jul 06:53
Compare
Choose a tag to compare
  • Fixed support for ENACT_PACK_NO_ANIMATION global

v4.1.5

17 May 06:09
Compare
Choose a tag to compare
  • Updated all dependencies to the latest.
  • Removed jest/no-jest-import rule.
  • Updated eslint-plugin-react version to ^7.32.2.

v4.1.4

06 Apr 05:08
Compare
Choose a tag to compare
  • Updated dependencies.

v4.1.3

01 Feb 08:00
Compare
Choose a tag to compare
  • Fixed eslint-plugin-react version to 7.31.11 temporarily.
  • Replaced babel-preset-react-app with babel-preset-enact to use babel config for Enact.
  • Fixed eslint-plugin-jest version to 26.x to fix unexpected lint errors.

v4.1.2

29 Aug 05:15
Compare
Choose a tag to compare
  • No significant changes.