Releases: enactjs/eslint-config-enact
Releases · enactjs/eslint-config-enact
Release 5.0.0-alpha.2
- Replaced deprecated rule
no-new-object
withno-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
.
Release 5.0.0-alpha.1
- Updated the minimum version of Node to
18.18.0
. - Replaced deprecated rules with
@stylistic/js
rules.
Release 4.2.1
- Updated dependencies.
Release 4.2.0
- Added
@rushstack/eslint-patch
to support eslint shareable config.
Release 4.1.8
- Removed deprecated rule
testing-library/no-wait-for-empty-callback
. - Renamed
testing-library
rules for Jest unit tests validation:
CHANGELOG.mdtesting-library/await-async-query
renamed totesting-library/await-async-queries
CHANGELOG.mdtesting-library/no-await-sync-query
renamed totesting-library/no-await-sync-queries
CHANGELOG.mdtesting-library/no-render-in-setup
renamed totesting-library/no-render-in-lifecycle
Release 4.1.7
- Updated
@typescript-eslint/eslint-plugin
and@typescript-eslint/parser
version to^6.1.0
and the minimum version of Node to^16.0.0
.