We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FileMatchingInfo
1 parent 627d2d7 commit aa13320Copy full SHA for aa13320
common.ts
@@ -83,6 +83,6 @@ export interface PluginInfo {
83
84
/** Information about how the current config matches files. */
85
export interface FileMatchingInfo {
86
- fileExtensions: string[] | undefined;
+ fileExtensions: string[];
87
fileNames: string[];
88
}
0 commit comments