Explicitly point to TSLint configuration

AppVeyor seems to ignore our configuration.
This commit is contained in:
Daniel Gasienica 2018-04-10 16:24:16 -04:00
parent b8bbed3ec9
commit d6b40a3e94
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
"test-server": "mocha --recursive test/server",
"test-server-coverage": "nyc --reporter=lcov --reporter=text mocha --recursive test/server",
"eslint": "eslint .",
"tslint": "tslint ts/**/*.{ts,tsx}",
"tslint": "tslint --config tslint.json ts/**/*.{ts,tsx}",
"transpile": "tsc",
"clean-transpile": "rimraf ts/**/*.js ts/*.js",
"open-coverage": "open coverage/lcov-report/index.html",