Skip to content

Commit

Permalink
style(typescript): disable lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 1, 2019
1 parent 67976b5 commit 1fb3387
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"chai": "^4.2.0",
"clear-module": "^4.0.0",
"dtslint": "^0.9.8",
"eslint": "^6.5.0",
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"https-pem": "^2.0.0",
Expand All @@ -80,7 +80,7 @@
"moment": "^2.24.0",
"nock": "^11.3.4",
"nyc": "^14.1.1",
"paseto": "^1.0.0",
"paseto": "^1.0.1",
"sinon": "^7.5.0",
"supertest": "^4.0.2",
"timekeeper": "^2.2.0",
Expand Down
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/// <reference types="node" />
// TypeScript Version: 3.6

/* tslint:disable:strict-export-declare-modifiers */

import * as events from 'events';
import * as http from 'http';
import * as http2 from 'http2';
Expand Down

0 comments on commit 1fb3387

Please sign in to comment.