Skip to content

Commit aa13320

Browse files
committed
fix: correct type of FileMatchingInfo
1 parent 627d2d7 commit aa13320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ export interface PluginInfo {
8383

8484
/** Information about how the current config matches files. */
8585
export interface FileMatchingInfo {
86-
fileExtensions: string[] | undefined;
86+
fileExtensions: string[];
8787
fileNames: string[];
8888
}

0 commit comments

Comments
 (0)