mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
cleanup lint error: array-type
This commit is contained in:
Vendored
+2
-2
@@ -220,10 +220,10 @@ declare namespace request {
|
||||
|
||||
export interface Multipart {
|
||||
chunked?: boolean;
|
||||
data?: {
|
||||
data?: Array<{
|
||||
'content-type'?: string,
|
||||
body: string
|
||||
}[];
|
||||
}>;
|
||||
}
|
||||
|
||||
export interface RequestPart {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
"array-type": false,
|
||||
"ban-types": false,
|
||||
"callable-types": false,
|
||||
"no-consecutive-blank-lines": false,
|
||||
|
||||
Reference in New Issue
Block a user