diff --git a/src/flat-config/index.d.ts b/src/flat-config/index.d.ts index 13da90be..9254effe 100644 --- a/src/flat-config/index.d.ts +++ b/src/flat-config/index.d.ts @@ -69,6 +69,8 @@ export interface FlatESLintConfigItem { * Predefined configurations. * * @see [Using predefined configurations](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#using-predefined-configurations) + * + * @deprecated The predefined string configurations are deprecated and will be replaced by the @eslint/js package. */ export type PredefinedConfig = 'eslint:recommended' | 'eslint:all';