Skip to content

Commit ff9e9e6

Browse files
V5 (#272)
* chore: update deps * chore: remove ts-ignore * feat!: use flat config by default * chore!: minimum supported Node.js version is 18.12.0
1 parent e6196eb commit ff9e9e6

12 files changed

+3404
-5040
lines changed

.github/workflows/nodejs.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,9 @@ jobs:
6060
strategy:
6161
matrix:
6262
os: [ubuntu-latest, windows-latest, macos-latest]
63-
node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 23.x]
63+
node-version: [18.x, 20.x, 22.x, 23.x]
6464
eslint-version: [8.x, 9.x]
6565
webpack-version: [latest]
66-
exclude:
67-
- node-version: 14.x
68-
os: macos-latest
69-
- node-version: 14.x
70-
eslint-version: 9.x
71-
- node-version: 16.x
72-
eslint-version: 9.x
7366

7467
runs-on: ${{ matrix.os }}
7568

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Specify the path to the cache location. Can be a file or a directory.
114114
type configType = 'flat' | 'eslintrc';
115115
```
116116

117-
- Default: `eslintrc`
117+
- Default: `flat`
118118

119119
Specify the type of configuration to use with ESLint.
120120

@@ -123,9 +123,6 @@ Specify the type of configuration to use with ESLint.
123123

124124
The new configuration format is explained in its [own documentation](https://eslint.org/docs/latest/use/configure/configuration-files-new).
125125

126-
> This configuration format being considered as experimental, it is not exported in the main ESLint module in ESLint 8.
127-
> You need to set your `eslintPath` to `eslint/use-at-your-own-risk` for this config format to work.
128-
129126
### `context`
130127

131128
- Type:

0 commit comments

Comments
 (0)