Breadcrumbs uni-network / simple-git-hooks.cjs Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 4 lines (4 loc) · 103 Bytes Raw module.exports = { "commit-msg": "npx commitlint --edit ${1}", "pre-commit": "npx lint-st...
软件版本 1.2.5 运行环境 Windows (64) 运行架构 x86 重现步骤 通过ide操作分支合并上游提交并解决冲突。 当前对启用的钩子做了一定调整 "simple-git-hooks": { "commit-msg": "pnpm sa git-commit-verify", "pre-commit": "pnpm lint-staged" } git log 16:54:09.732: [soy
@commitlint/cli should be installed automatically (d69b4fb) 0.1.1 (2021-03-23) Note: Version bump only for package @1stg/simple-git-hooks Display full changelog yarn.pm/@1stg/simple-git-hookscopy1stG/configs@1stg/simple-git-hooks Use it $ yarn add @1stg/simple-git-hookscopy Try in...
配置Eslint、Prettier、Husky、Commitlint、Lint-staged 规范前端工程代码规范 提供丰富的组件、常用 Hooks 封装,在一定程度上节省你造轮子的时间。 提供多种布局方式切换,主题颜色配置,暗黑、灰色、色弱等模式。 丰富的代码注释,每一个页面都有解释说明,新手也能快速上手。
.gitignore # 忽略 git 提交 ├─ .prettierignore # 忽略 Prettier 格式化 ├─ .prettierrc.cjs # Prettier 格式化配置 ├─ .stylelintignore # 忽略 stylelint 格式化 ├─ .stylelintrc.cjs # stylelint 样式格式化配置 ├─ commitlint.config.cjs # git 提交规范配置 ├─ components.d.ts # 全局组件...
配置Eslint、Prettier、Husky、Commitlint、Lint-staged 规范前端工程代码规范 提供丰富的组件、常用 Hooks 封装,在一定程度上节省你造轮子的时间。 提供多种布局方式切换,主题颜色配置,暗黑、灰色、色弱等模式。 丰富的代码注释,每一个页面都有解释说明,新手也能快速上手。 💵 适用场景 搭建企业内部后台管理框架 接...
.editorconfig .gitignore .npmrc .nvmrc CHANGELOG.md LICENSE README.md README.zh-CN.md biome.json commitlint.config.mjs lerna.json lint-staged.config.mjs package.json pnpm-lock.yaml pnpm-workspace.yaml simple-git-hooks.cjs tsconfig.jsonBreadcrumbs vite-plugin-eslint2 / simple-git-hooks.cjs Lat...
{ "git-hooks": { "pre-commit": "bun run lint && bun run test", "commit-msg": "bun commitlint --edit $1", "pre-push": "bun run build" } } CLI Usage # Install hooks from config git-hooks # alternatively, trigger the CLI with bunx bunx git-hooks bunx bun-git-hooks # Use ...
配置Eslint、Prettier、Husky、Commitlint、Lint-staged 规范前端工程代码规范 提供丰富的组件、常用 Hooks 封装,在一定程度上节省你造轮子的时间。 提供多种布局方式切换,主题颜色配置,暗黑、灰色、色弱等模式。 丰富的代码注释,每一个页面都有解释说明,新手也能快速上手。 💵 适用场景 搭建企业内部后台管理框架 接...
Breadcrumbs vitepress-blog-theme / simple-git-hooks.json Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 4 lines (4 loc) · 86 Bytes Raw { "pre-commit": "pnpm lint-staged", "commit-msg": "pnpm commitlint --edi...