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 6166ef3 commit 7eb631dCopy full SHA for 7eb631d
package.json
@@ -17,7 +17,7 @@
17
"pretest": "npm run clean && npm run compile",
18
"test": "npm run testonly --",
19
"posttest": "npm run lint",
20
- "lint": "tslint $(find src | grep ts$)",
+ "lint": "tslint src/**/*.ts",
21
"watch": "tsc -w",
22
"testonly": "mocha --reporter spec --full-trace ./dist/test/tests.js",
23
"coverage": "istanbul cover _mocha -- --reporter dot --full-trace ./dist/test/tests.js",
0 commit comments