Fix type of files option (#40597)

This commit is contained in:
Thomas Deinhamer
2019-11-27 11:17:03 -08:00
committed by Andrew Casey
parent f8e6ac1bf1
commit 23bd356c7d
+1 -1
View File
@@ -38,7 +38,7 @@ declare namespace StylelintWebpackPlugin {
context?: string;
emitErrors?: boolean;
failOnError?: boolean;
files?: string[];
files?: string|string[];
formatter?: Formatter;
lintDirtyModulesOnly?: boolean;
syntax?: string;