Skip to content

Commit adb865f

Browse files
Merge pull request #2614 from Tony133/chore/remove-dep-tslint
chore(): remove dependencie tslint
2 parents a7b8058 + d63a895 commit adb865f

File tree

2 files changed

+1
-166
lines changed

2 files changed

+1
-166
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"prepare": "husky install"
2121
},
2222
"lint-staged": {
23-
"**/*.{ts,json}": []
23+
"**/*.{ts,json}": []
2424
},
2525
"private": true,
2626
"dependencies": {
@@ -76,7 +76,6 @@
7676
"marked": "2.1.3",
7777
"rimraf": "4.1.2",
7878
"ts-node": "10.9.1",
79-
"tslint": "6.1.3",
8079
"typescript": "4.9.5",
8180
"uuid": "9.0.0",
8281
"yargs": "17.6.2"

0 commit comments

Comments
 (0)