Jane 2 月之前
父节点
当前提交
a3d08f8ee7
共有 2 个文件被更改,包括 36 次插入0 次删除
  1. 11 0
      .husky/pre-commit
  2. 25 0
      exit

+ 11 - 0
.husky/pre-commit

@@ -0,0 +1,11 @@
+#!/bin/sh
+. "$(dirname "$0")/_/husky.sh"
+
+# 运行 ESLint 检查
+npm run lint
+
+# 运行 Stylelint 检查
+npm run stylelint
+
+# 运行 Prettier 格式化
+npm run format

+ 25 - 0
exit

@@ -0,0 +1,25 @@
+diff.astextplain.textconv=astextplain
+filter.lfs.clean=git-lfs clean -- %f
+filter.lfs.smudge=git-lfs smudge -- %f
+filter.lfs.process=git-lfs filter-process
+filter.lfs.required=true
+http.sslbackend=openssl
+http.sslcainfo=C:/Software/Git/mingw64/etc/ssl/certs/ca-bundle.crt
+core.autocrlf=true
+core.fscache=true
+core.symlinks=false
+pull.rebase=false
+credential.helper=manager
+credential.https://dev.azure.com.usehttppath=true
+init.defaultbranch=main
+core.editor="C:\Software\Microsoft VS Code\bin\code" --wait
+user.name=Jane
+user.email=kefubu@111.com
+core.repositoryformatversion=0
+core.filemode=false
+core.bare=false
+core.logallrefupdates=true
+core.symlinks=false
+core.ignorecase=true
+remote.vue_project_template.url=https://gitpack.cn/record/Vite_Project_template.git
+remote.vue_project_template.fetch=+refs/heads/*:refs/remotes/vue_project_template/*