We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa76c7 commit 13adddcCopy full SHA for 13adddc
package.json
@@ -11,7 +11,7 @@
11
"lint-output": "tslint -c tslint.json -t verbose electron.d.ts --fix",
12
"test": "mocha && standard && npm run test-output && npm run lint-output",
13
"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"
+ "test-output": "tslint electron.d.ts --format stylish && cd test-smoke/electron && tsc --project tsconfig.json"
15
},
16
"author": {
17
"name": "Samuel Attard",
scripts/lint.js
0 commit comments