Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 4e845f8

Browse files
sxzzShinigami92
andauthored
refactor: deprecate predefined config of flat config (#227)
Co-authored-by: Shinigami <[email protected]>
1 parent 7f4a636 commit 4e845f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/flat-config/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ export interface FlatESLintConfigItem {
6969
* Predefined configurations.
7070
*
7171
* @see [Using predefined configurations](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#using-predefined-configurations)
72+
*
73+
* @deprecated The predefined string configurations are deprecated and will be replaced by the @eslint/js package.
7274
*/
7375
export type PredefinedConfig = 'eslint:recommended' | 'eslint:all';
7476

0 commit comments

Comments
 (0)