lint on new TS files at the root of the repository

This commit is contained in:
Brendan Forster 2018-05-21 15:40:40 +10:00
parent 86c45c23ef
commit 5c57361f36

View file

@ -16,7 +16,7 @@ const eslint = new CLIEngine({
const report = eslint.executeOnFiles([
'./{script,eslint-rules}/**/*.{j,t}s?(x)',
'./tslint-rules/**/*.ts',
'./app/*.js',
'./app/*.ts',
'./app/{src,typings,test}/**/*.{j,t}s?(x)',
'./changelog.json',
])