Skip to content

Commit

Permalink
feat: 添加代码提交格式化测试
Browse files Browse the repository at this point in the history
  • Loading branch information
申远 committed Sep 1, 2021
1 parent a6fc38b commit daf5afe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
},
"lint-staged": {
"src/**/*.{js,ts}": [
"npx eslint --fix",
"git add"
"npx eslint --fix"
]
}
}

0 comments on commit daf5afe

Please sign in to comment.