express-serve-static-core: Lint (#21008)

This commit is contained in:
Andy
2017-10-30 11:58:51 -07:00
committed by GitHub
parent 49f64329f1
commit 507e9d3c8e
10 changed files with 641 additions and 789 deletions

View File

@@ -1,4 +1,3 @@
import * as errorHandler from 'api-error-handler';
import * as express from 'express';

View File

@@ -2,9 +2,7 @@
// Project: https://github.com/expressjs/api-error-handler
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
import * as express from 'express';