Skip to content

Commit 8364d71

Browse files
committed
Apply tslint:latest coding standard to files
1 parent 66a1987 commit 8364d71

File tree

5 files changed

+454
-434
lines changed

5 files changed

+454
-434
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
"scripts": {
2626
"compile": "tsc",
2727
"test": "mocha --require ts-node/register src/**/*.spec.ts",
28+
"lint": "npm run lint:ts",
29+
"lint:ts": "tslint --type-check --project . src/**/*.ts",
2830
"preversion": "git push && npm test",
2931
"version": "npm run compile && git add -A dist",
3032
"postversion": "git push && git push --tags"
@@ -47,6 +49,7 @@
4749
"sinon": "^2.2.0",
4850
"sinon-chai": "^2.10.0",
4951
"ts-node": "^3.0.4",
52+
"tslint": "^5.4.3",
5053
"typescript": "^2.3.2"
5154
}
5255
}

0 commit comments

Comments
 (0)