Skip to content

Commit

Permalink
fix: define flat config (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Oct 29, 2022
1 parent 2f263e1 commit 4b70671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Expand Up @@ -17,4 +17,4 @@ export function defineConfig(config: ESLintConfig): ESLintConfig;
* @param config Flat ESLint config.
* @returns Flat ESLint config.
*/
export function defineConfig(config: FlatESLintConfigs[]): FlatESLintConfigs[];
export function defineConfig(config: FlatESLintConfigs): FlatESLintConfigs;

0 comments on commit 4b70671

Please sign in to comment.