Skip to content

Commit 13adddc

Browse files
committed
use tslint CLI directly
1 parent afa76c7 commit 13adddc

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint-output": "tslint -c tslint.json -t verbose electron.d.ts --fix",
1212
"test": "mocha && standard && npm run test-output && npm run lint-output",
1313
"pretest-output": "npm run build -- -o=test-smoke/electron/index.d.ts && cd test-smoke/electron/test && rm -f *.js",
14-
"test-output": "node scripts/lint.js && cd test-smoke/electron && tsc --project tsconfig.json"
14+
"test-output": "tslint electron.d.ts --format stylish && cd test-smoke/electron && tsc --project tsconfig.json"
1515
},
1616
"author": {
1717
"name": "Samuel Attard",

scripts/lint.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)