Skip to content

Commit

Permalink
Update for ESLint 8.56
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Dec 15, 2023
1 parent 27eb686 commit 37cc193
Show file tree
Hide file tree
Showing 6 changed files with 706 additions and 964 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Newer versions of ESLint introduce a [new type of configuration](https://eslint.
Starting with gulp-eslint-new 1.7 it is possible to use the new configuration by setting the option `configType` to `"flat"`.

When using the new configuration, the options `ignorePath`, `resolvePluginsRelativeTo`, `rulePaths` and `useEslintrc` are no longer supported.
Support for the option `reportUnusedDisableDirectives` is removed in ESLint 8.56.
[Legacy options](#legacy-options) are not supported either and will not be mapped to new options.
Also, `ignorePatterns` is supported as a new top-level option, while other options like `baseConfig`, `overrideConfig` and `overrideConfigFile` accept different values.
Refer to [the official documentation](https://eslint.org/docs/user-guide/configuring/configuration-files-new) for a description of all differences from the standard configuration.
Expand Down
1 change: 0 additions & 1 deletion lib/gulp-eslint-new.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ declare namespace gulpESLintNew
| 'fixTypes'
| 'ignore'
| 'plugins'
| 'reportUnusedDisableDirectives'
> &
{
baseConfig?: FlatConfig | (string | FlatConfig)[] | null | undefined;
Expand Down
Loading

0 comments on commit 37cc193

Please sign in to comment.