Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WRR-1005: Updated Eslint to version 9 #359

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## unreleased

### lint

* Updated Enact ESLint config to `9.1.5` including updating eslint related modules and temporary setting ESLINT_USE_FLAT_CONFIG env variable.
daniel-stoian-lgp marked this conversation as resolved.
Show resolved Hide resolved

## 7.0.0-alpha.1 (July 24, 2024)

* Updated the minimum version of Node to `18.12.0`.
Expand Down
2 changes: 2 additions & 0 deletions commands/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const globOpts = {
nodir: true
};

process.env.ESLINT_USE_FLAT_CONFIG = 'false';

function displayHelp() {
let e = 'node ' + path.relative(process.cwd(), __filename);
if (require.main !== module) e = 'enact lint';
Expand Down
Loading