Skip to content

Commit

Permalink
docs: Mention package.json config support dropped (#18305)
Browse files Browse the repository at this point in the history
fixes #18296
  • Loading branch information
nzakas committed Apr 10, 2024
1 parent 1fa6622 commit 113f51e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/use/configure/migration-guide.md
Expand Up @@ -646,6 +646,12 @@ The `--resolve-plugins-relative-to` flag was used to indicate which directory pl
With flat config, shareable configs can specify their dependencies directly, so this flag is no longer needed.
### `package.json` Configuration No Longer Supported
With eslintrc, it was possible to use a `package.json` file to configure ESLint using the `eslintConfig` key.
With flat config, it's no longer possible to use a `package.json` file to configure ESLint. You'll need to move your configuration into a separate file.
### Additional Changes
The following changes have been made from the eslintrc to the flat config file format:
Expand Down

0 comments on commit 113f51e

Please sign in to comment.