feat(custom): 新增签到管理|新增提交触发修改lf换行符

This commit is contained in:
2023-10-29 17:47:59 +08:00
parent 092904f3b4
commit f4f7d27fde
4 changed files with 6260 additions and 1479 deletions

View File

@@ -16,7 +16,8 @@
},
"lint-staged": {
"*.{js,vue}": [
"eslint --ext .js,.vue ."
"eslint --ext .js,.vue .",
"npx prettier --write --end-of-line lf ."
]
},
"config": {