Skip to content

V5 #272

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

Merged
merged 4 commits into from
Feb 26, 2025
Merged

V5 #272

Show file tree
Hide file tree
Changes from all 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
9 changes: 1 addition & 8 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 23.x]
node-version: [18.x, 20.x, 22.x, 23.x]
eslint-version: [8.x, 9.x]
webpack-version: [latest]
exclude:
- node-version: 14.x
os: macos-latest
- node-version: 14.x
eslint-version: 9.x
- node-version: 16.x
eslint-version: 9.x

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

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Specify the path to the cache location. Can be a file or a directory.
type configType = 'flat' | 'eslintrc';
```

- Default: `eslintrc`
- Default: `flat`

Specify the type of configuration to use with ESLint.

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

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

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

### `context`

- Type:
Expand Down
Loading
Loading