Skip to content

程式碼規範

Lint 工具鏈

工具用途設定套件
ESLintJS/TS/Vue 規範@vh5/eslint-config
Prettier程式碼格式化@vh5/prettier-config
StylelintCSS/SCSS 規範@vh5/stylelint-config
OXLint快速 Lint 檢查@vh5/oxlint-config
Commitlint提交訊息規範@vh5/commitlint-config

Git 提交規範

使用 cz-git 進行規範化提交:

bash
pnpm cz

提交格式:type(scope): message

Released under the MIT License.