mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 22:10:30 +00:00
chore: disable tslint rules
This commit is contained in:
Vendored
+2
@@ -363,6 +363,7 @@ declare namespace webpack {
|
||||
}
|
||||
type ConditionSpec = TestConditionSpec | OrConditionSpec | AndConditionSpec | NotConditionSpec;
|
||||
|
||||
// tslint:disable-next-line:no-empty-interface
|
||||
interface ConditionArray extends Array<Condition> {}
|
||||
type Condition = string | RegExp | ((absPath: string) => boolean) | ConditionSpec | ConditionArray;
|
||||
|
||||
@@ -623,6 +624,7 @@ declare namespace webpack {
|
||||
}
|
||||
|
||||
interface PrefetchPluginStatic {
|
||||
// tslint:disable-next-line:unified-signatures
|
||||
new (context: any, request: any): Plugin;
|
||||
new (request: any): Plugin;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user