mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 07:56:33 +00:00
chore(commitlint): 移除pre-commit脚本中的空行
移除`.husky/pre-commit`文件中的空行,以确保提交钩子脚本的稳定性。
This commit is contained in:
parent
6cfe8f3e4c
commit
4c33a21225
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,3 +4,6 @@ out
|
||||
.DS_Store
|
||||
*.log*
|
||||
examples
|
||||
.idea/material_theme_project_new.xml
|
||||
.idea/inspectionProfiles/Project_Default.xml
|
||||
examples/config.json
|
||||
|
@ -1,2 +1,2 @@
|
||||
|
||||
yarn commitlint
|
||||
yarn commitlint
|
||||
|
@ -6,6 +6,10 @@ An Electron application with Vue and TypeScript
|
||||
|
||||
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin)
|
||||
|
||||
## 注意事项
|
||||
|
||||
必须使用Yarn包管理。Node版本要求为20。
|
||||
|
||||
## Project Setup
|
||||
|
||||
### Install
|
||||
|
Loading…
x
Reference in New Issue
Block a user