Adds linting to compile step

Reorgs tasks
Fixes lint issues
This commit is contained in:
Eric Amodio
2017-05-01 13:17:50 -04:00
parent 564856853a
commit ba346da54b
5 changed files with 47 additions and 56 deletions

View File

@@ -14,5 +14,5 @@ export namespace Functions {
export function once<T extends Function>(fn: T): T {
return _once(fn);
};
}
}