Misc formatting changes

This commit is contained in:
hensm
2019-04-09 01:01:23 +01:00
parent d98397da42
commit a6ebb4fd22
2 changed files with 15 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ const { ROOT, INCLUDE_PATH } = require("./lib/paths");
spawnSync(`tslint --config ${ROOT}/tslint.json \
--project ${ROOT}/tsconfig.json \
"${INCLUDE_PATH}/**/*.ts{,x}"`
, {
, {
shell: true
, stdio: [ process.stdin, process.stdout, process.stderr ]
});