fix(cli): Lint cli/index.ts (#1072)

This commit is contained in:
Zakary Kamal Ismail 2019-10-16 20:56:56 -04:00
parent 70931acfde
commit 8d28a6eef8
2 changed files with 2 additions and 1 deletions

View File

@ -17,10 +17,10 @@ import { watch } from 'chokidar';
import {
createReadStream,
existsSync,
lstatSync,
readFileSync,
ReadStream,
writeFileSync,
lstatSync,
} from 'fs';
import * as mkdirp from 'mkdirp';

View File

@ -34,6 +34,7 @@
"e2e/**"
],
"include": [
"cli/index.ts",
"./custom.d.ts",
"./demo/playground/hmr-playground.tsx",
"./src/**/*.ts?",