Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Sep 22, 2023
1 parent 07ebc35 commit 282b7fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"src"
],
"scripts": {
"lint": "eslint src test",
"lint": "eslint src test --ext .ts",
"pretest": "npm run lint -- --fix",
"test": "egg-bin test",
"ci": "egg-bin cov",
"contributors": "git-contributor",
Expand Down

0 comments on commit 282b7fc

Please sign in to comment.