Use project for TSLint

This commit is contained in:
Daniel Gasienica 2018-04-11 11:02:34 -04:00
parent e052d1df7b
commit 6f4d0e1449

View file

@ -41,7 +41,7 @@
"jscs": "yarn grunt jscs",
"jshint": "yarn grunt jshint",
"eslint": "eslint .",
"tslint": "tslint ts/**/*.{ts,tsx}",
"tslint": "tslint --config tslint.json --project . --format stylish",
"lint": "yarn eslint && yarn tslint && yarn jshint && yarn jscs",
"transpile": "tsc",
"clean-transpile": "rimraf ts/**/*.js ts/*.js",