Fix various lint errors (#15529)

This commit is contained in:
Andy
2017-03-30 15:33:16 -07:00
committed by GitHub
parent b5619e813f
commit ff0d451b56
60 changed files with 838 additions and 979 deletions

View File

@@ -1,8 +1,8 @@
import { Progressbar, create } from 'progressbar';
let str: string = '',
progressbar: Progressbar,
num: number = 1;
let str: string = '';
let progressbar: Progressbar;
let num: number = 1;
const fn: () => void = () => {};
progressbar = create();