chore: add tslint (#37)

* chore: tslint

* chore: workflow lint

Co-authored-by: Amour1688 <lcz_1996@foxmail.com>
This commit is contained in:
xrk
2020-07-19 14:47:24 +08:00
committed by GitHub
parent 6b0b7534a4
commit ee0d544c24
10 changed files with 321 additions and 106 deletions

View File

@ -6,6 +6,7 @@
"scripts": {
"publish": "lerna publish",
"test": "lerna run test",
"lint": "lerna run lint",
"dev": "node scripts/dev.js",
"site": "node scripts/site.js"
},