Skip to content

Commit a6994d6

Browse files
committed
add tslint
1 parent ae8bea7 commit a6994d6

File tree

2 files changed

+324
-2
lines changed

2 files changed

+324
-2
lines changed

package-lock.json

Lines changed: 322 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"mocha": "^2.4.5",
1818
"typescript": "^2.7.1",
1919
"@types/node": "^7.0.43",
20-
"@types/mocha": "^2.2.32"
20+
"@types/mocha": "^2.2.32",
21+
"tslint": "^5.9.1"
2122
},
2223
"scripts": {
2324
"prepare": "tsc -p ./src",

0 commit comments

Comments
 (0)