linter = runLint([`${srcPath}${constants.globs.ts}`, `${srcPath}${constants.globs.tsx}`], lintOp)
               .pipe(tslint.report());