8000 docs(typescript-eslint): add missing ellipsis in ConfigWithExtends (#… · abrahamguo/typescript-eslint@0b4ebef · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b4ebef

Browse files
authored
docs(typescript-eslint): add missing ellipsis in ConfigWithExtends (typescript-eslint#9566)
Update docs for ConfigWithExtends
1 parent d1d0ba5 commit 0b4ebef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typescript-eslint/src/config-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface ConfigWithExtends extends TSESLint.FlatConfig.Config {
3030
* files: ['** /*.ts'],
3131
* extends: [
3232
* eslint.configs.recommended,
33-
* tseslint.configs.recommended,
33+
* ...tseslint.configs.recommended,
3434
* ],
3535
* rules: {
3636
* '@typescript-eslint/array-type': 'error',

0 commit comments

Comments
 (0)
0