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

Commit 9646e54

Browse files
committed
Add missing IndentConfig
1 parent 55782cd commit 9646e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/eslint/indent.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export type IndentOption = number | 'tab';
6666
/**
6767
* Options.
6868
*/
69-
export type IndentOptions = [IndentOption?];
69+
export type IndentOptions = [IndentOption?, IndentConfig?];
7070

7171
/**
7272
* Enforce consistent indentation.

0 commit comments

Comments
 (0)