You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/src/use/configure/migration-guide.md
+6
Original file line number
Diff line number
Diff line change
@@ -646,6 +646,12 @@ The `--resolve-plugins-relative-to` flag was used to indicate which directory pl
646
646
647
647
With flat config, shareable configs can specify their dependencies directly, so this flag is no longer needed.
648
648
649
+
### `package.json` Configuration No Longer Supported
650
+
651
+
With eslintrc, it was possible to use a `package.json` file to configure ESLint using the `eslintConfig` key.
652
+
653
+
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.
654
+
649
655
### Additional Changes
650
656
651
657
The following changes have been made from the eslintrc to the flat config file format:
0 commit comments