cleanup lint error: array-type

This commit is contained in:
segayuu
2017-10-30 11:43:07 +09:00
parent cf4b4fd2ba
commit 0a487b74a2
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -220,10 +220,10 @@ declare namespace request {
export interface Multipart {
chunked?: boolean;
data?: {
data?: Array<{
'content-type'?: string,
body: string
}[];
}>;
}
export interface RequestPart {
-1
View File
@@ -1,7 +1,6 @@
{
"extends": "dtslint/dt.json",
"rules": {
"array-type": false,
"ban-types": false,
"callable-types": false,
"no-consecutive-blank-lines": false,