Skip to content

Commit

Permalink
feat: 修改本地 lint-stage 流程 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
uaenaTzx committed Mar 16, 2024
1 parent a35aa78 commit 82f27c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"eslint",
"prettier --list-different"
"prettier --check --write",
"eslint"
]
},
"repository": {
Expand Down

0 comments on commit 82f27c0

Please sign in to comment.