chore(commitlint): 移除pre-commit脚本中的空行

移除`.husky/pre-commit`文件中的空行,以确保提交钩子脚本的稳定性。
This commit is contained in:
hello8693 2024-08-05 18:08:58 +08:00
parent 6cfe8f3e4c
commit 4c33a21225
3 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View File

@ -4,3 +4,6 @@ out
.DS_Store
*.log*
examples
.idea/material_theme_project_new.xml
.idea/inspectionProfiles/Project_Default.xml
examples/config.json

View File

@ -1,2 +1,2 @@
yarn commitlint
yarn commitlint

View File

@ -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