lint types

This commit is contained in:
Antoni Kepinski 2020-04-21 11:16:17 +02:00
parent 605a25a3c5
commit 3cdda5baa0
No known key found for this signature in database
GPG Key ID: C15767C6F117A9B6
2 changed files with 1 additions and 3 deletions

1
index.d.ts vendored
View File

@ -9,7 +9,6 @@
/// <reference types="node" />
import {URL, URLSearchParams} from 'url';
import {Agent} from 'http';
export class Request extends Body {

View File

@ -84,8 +84,7 @@
"@typescript-eslint/prefer-readonly-parameter-types": 0
},
"ignores": [
"dist",
"index.d.ts"
"dist"
],
"overrides": [
{