Skip to content

Commit

Permalink
refactor: deprecate predefined config of flat config (#227)
Browse files Browse the repository at this point in the history
Co-authored-by: Shinigami <[email protected]>
  • Loading branch information
sxzz and Shinigami92 committed Sep 22, 2023
1 parent 7f4a636 commit 4e845f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/flat-config/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 4e845f8

Please sign in to comment.