We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CI
Eslint
1 parent d3f83d7 commit 6c075acCopy full SHA for 6c075ac
.github/workflows/CI.yml
@@ -55,9 +55,9 @@ jobs:
55
./scripts/ci
56
57
# Eslint 检测
58
- - name: Code LintFix By ESLint
59
- run: |
60
- npx eslint .
+# - name: Code LintFix By ESLint
+# run: |
+# npx eslint .
61
62
# 编辑模块代码
63
- name: Build Package Code
package.json
@@ -59,7 +59,7 @@
"webpack": "^4.47.0"
},
"simple-git-hooks": {
- "pre-commit": "pnpm lint",
+ "pre-commit": "pnpm lint:fix",
"prepare-commit-msg": "pnpm build",
64
"commit-msg": "node verify-commit.js"
65
}
0 commit comments