Skip to content

Commit 480528f

Browse files
committed
Add support to tslint.
1 parent 9f21e42 commit 480528f

File tree

11 files changed

+446
-212
lines changed

11 files changed

+446
-212
lines changed

package-lock.json

Lines changed: 204 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"coverage": "npm test -- --coverage",
88
"docs": "typedoc --options typedoc.json",
9-
"test": "jest"
9+
"test": "jest",
10+
"lint": "tslint -p tsconfig.json"
1011
},
1112
"repository": {
1213
"type": "git",
@@ -30,6 +31,8 @@
3031
"@types/node": "^22.13.5",
3132
"jest": "^29.7.0",
3233
"ts-jest": "^29.2.6",
34+
"tslint": "^5.20.1",
35+
"tslint-config-prettier": "^1.18.0",
3336
"typedoc": "^0.27.9",
3437
"typescript": "^5.7.3"
3538
}

0 commit comments

Comments
 (0)