summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-28 09:42:10 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-28 09:47:40 -0400
commit6097f871542dcd8486ef1a7c508f0f373297c74a (patch)
treee99fe90a31e3e88c062302be5714dd3e58928045 /package.json
parent80685a53eb2f313d7635e2d7772e84978b9b491e (diff)
Try to fix tslint on travis
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 991b7ef92..8da3f7406 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,7 @@
{
"name": "deno",
"scripts": {
- "lint": "tslint -p tsconfig.json",
- "lint-version": "tslint --version",
+ "lint": "tslint -p tsconfig.json -c tslint.json",
"fmt": "prettier --write *.ts* *.js *.json"
},
"devDependencies": {