Skip to content

Commit

Permalink
4.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Jan 3, 2024
2 parents 23b8e20 + 2713e0f commit 21e7fee
Show file tree
Hide file tree
Showing 5 changed files with 1,218 additions and 1,318 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The following is a curated list of changes in the Enact eslint config:

## [4.2.0] (January 3, 2024)

* Added `@rushstack/eslint-patch` to support eslint shareable config.

## [4.1.8] (December 21, 2023)

* Removed deprecated rule `testing-library/no-wait-for-empty-callback`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm install -g eslint eslint-plugin-react eslint-plugin-react-hooks eslint-plugi
Unless otherwise specified, all content, including all source code files and
documentation files in this repository are:

Copyright (c) 2012-2023 LG Electronics
Copyright (c) 2012-2024 LG Electronics

Unless otherwise specified or set forth in the NOTICE file, all content,
including all source code files and documentation files in this repository are:
Expand Down
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Fix eslint shareable config (https://github.com/eslint/eslint/issues/3458)
require('@rushstack/eslint-patch/modern-module-resolution');

module.exports = {
root: true,
globals: {
Expand Down
Loading

0 comments on commit 21e7fee

Please sign in to comment.