Skip to content

Commit

Permalink
fix: correct type of FileMatchingInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jun 30, 2024
1 parent 627d2d7 commit aa13320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ export interface PluginInfo {

/** Information about how the current config matches files. */
export interface FileMatchingInfo {
fileExtensions: string[] | undefined;
fileExtensions: string[];
fileNames: string[];
}

0 comments on commit aa13320

Please sign in to comment.