mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
Fix type of files option (#40597)
This commit is contained in:
committed by
Andrew Casey
parent
f8e6ac1bf1
commit
23bd356c7d
+1
-1
@@ -38,7 +38,7 @@ declare namespace StylelintWebpackPlugin {
|
||||
context?: string;
|
||||
emitErrors?: boolean;
|
||||
failOnError?: boolean;
|
||||
files?: string[];
|
||||
files?: string|string[];
|
||||
formatter?: Formatter;
|
||||
lintDirtyModulesOnly?: boolean;
|
||||
syntax?: string;
|
||||
|
||||
Reference in New Issue
Block a user