diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-28 09:42:10 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-28 09:47:40 -0400 |
| commit | 6097f871542dcd8486ef1a7c508f0f373297c74a (patch) | |
| tree | e99fe90a31e3e88c062302be5714dd3e58928045 /package.json | |
| parent | 80685a53eb2f313d7635e2d7772e84978b9b491e (diff) | |
Try to fix tslint on travis
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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": { |
