Skip to content

Commit

Permalink
4.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Feb 27, 2024
2 parents 21e7fee + 642b08c commit 75f2619
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 146 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.1] (February 27, 2024)

* Updated dependencies.

## [4.2.0] (January 3, 2024)

* Added `@rushstack/eslint-patch` to support eslint shareable config.
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ module.exports = {
'@typescript-eslint/consistent-type-assertions': 'warn',
'no-array-constructor': 'off',
'@typescript-eslint/no-array-constructor': 'warn',
'no-shadow': 'off',
'@typescript-eslint/no-shadow': 'warn',
'no-use-before-define': 'off',
'@typescript-eslint/no-use-before-define': ['warn', {
functions: false,
Expand Down
Loading

0 comments on commit 75f2619

Please sign in to comment.