Skip to content

Commit db6af92

Browse files
committed
5.0.0-alpha.5 release
2 parents e09f76d + 8b23e41 commit db6af92

File tree

7 files changed

+2342
-13316
lines changed

7 files changed

+2342
-13316
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [5.0.0-alpha.5] (February 21, 2025)
6+
7+
* Updated `eslint` to v9 and adopted flat config.
8+
59
## [5.0.0-alpha.4] (January 17, 2025)
610

711
* Updated dependencies.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This module includes both a standard set of rules and a set of stricter rules th
66

77
## Usage
88

9-
Reference this set of rules from your `.eslintrc` or `package.json` file and then use `eslint`. If you are using the `cli` tools, simply use `npm run lint` from your project directory.
9+
Reference this set of rules from your `eslint.config.js` or `package.json` file and then use `eslint`. If you are using the `cli` tools, simply use `npm run lint` from your project directory.
1010

1111
For more information (including editor/IDE setup), please see the [docs](docs/index.md).
1212

docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ to read:
3232
},
3333
```
3434

35-
If you are not using the `cli` tools, you can create (or modify) an `.eslintrc` in the project's root and run `eslint .`:
35+
If you are not using the `cli` tools, you can create (or modify) an `eslint.config.js` in the project's root and run `eslint .`:
3636

3737
```json
3838
{
@@ -41,7 +41,7 @@ If you are not using the `cli` tools, you can create (or modify) an `.eslintrc`
4141
```
4242
>**NOTE**: For strict mode, use `"extends": "enact-proxy/strict"`.
4343
44-
If you like our linting rules and want to use them by default you can create the `.eslintrc` file in your HOME directory instead.
44+
If you like our linting rules and want to use them by default you can create the `eslint.config.js` file in your HOME directory instead.
4545

4646
### In-editor
4747

@@ -128,4 +128,4 @@ Check the *Enable* checkbox. Ensure that the proper paths for `node` and `eslin
128128

129129
#### Troubleshooting
130130

131-
If in-editor linting is not working in your local project, be sure you set up `package.json` or `.eslintrc` as described above.
131+
If in-editor linting is not working in your local project, be sure you set up `package.json` or `eslint.config.js` as described above.

0 commit comments

Comments
 (0)