Commit 22ec8988 authored by jiaxu.yan's avatar jiaxu.yan

feat: 修改校验配置

parent d384866f
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm test
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
"preview": "node build/index.js --preview", "preview": "node build/index.js --preview",
"lint:stage": "lint-staged", "lint:stage": "lint-staged",
"spellcheck": "cspell lint --dot --gitignore --color --cache --show-suggestions \"src/**/*.@(html|js|cjs|mjs|ts|tsx|css|scss|md|vue)\"", "spellcheck": "cspell lint --dot --gitignore --color --cache --show-suggestions \"src/**/*.@(html|js|cjs|mjs|ts|tsx|css|scss|md|vue)\"",
"prepare": "husky install"
}, },
"dependencies": { "dependencies": {
"@riophae/vue-treeselect": "0.4.0", "@riophae/vue-treeselect": "0.4.0",
...@@ -57,7 +56,7 @@ ...@@ -57,7 +56,7 @@
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "7.2.0", "eslint-plugin-vue": "7.2.0",
"husky": "^8.0.0", "husky": "^3.1.0",
"lint-staged": "^10.5.3", "lint-staged": "^10.5.3",
"mockjs": "1.0.1-beta3", "mockjs": "1.0.1-beta3",
"postcss": "^8.4.12", "postcss": "^8.4.12",
......
...@@ -101,7 +101,7 @@ devDependencies: ...@@ -101,7 +101,7 @@ devDependencies:
specifier: 4.1.0 specifier: 4.1.0
version: 4.1.0 version: 4.1.0
commitizen: commitizen:
specifier: ^4.3.0 specifier: ^4.0.3
version: 4.3.0(@types/node@20.11.17)(typescript@5.3.3) version: 4.3.0(@types/node@20.11.17)(typescript@5.3.3)
commitlint: commitlint:
specifier: ^8.2.0 specifier: ^8.2.0
...@@ -115,9 +115,6 @@ devDependencies: ...@@ -115,9 +115,6 @@ devDependencies:
conventional-changelog-cli: conventional-changelog-cli:
specifier: ^2.0.28 specifier: ^2.0.28
version: 2.2.2 version: 2.2.2
cz-git:
specifier: 1.7.0
version: 1.7.0
eslint-config-prettier: eslint-config-prettier:
specifier: ^9.1.0 specifier: ^9.1.0
version: 9.1.0(eslint@7.32.0) version: 9.1.0(eslint@7.32.0)
...@@ -128,7 +125,7 @@ devDependencies: ...@@ -128,7 +125,7 @@ devDependencies:
specifier: 7.2.0 specifier: 7.2.0
version: 7.2.0(eslint@7.32.0) version: 7.2.0(eslint@7.32.0)
husky: husky:
specifier: ^3.0.9 specifier: ^3.1.0
version: 3.1.0 version: 3.1.0
lint-staged: lint-staged:
specifier: ^10.5.3 specifier: ^10.5.3
...@@ -5717,11 +5714,6 @@ packages: ...@@ -5717,11 +5714,6 @@ packages:
- typescript - typescript
dev: true dev: true
/cz-git@1.7.0:
resolution: {integrity: sha512-A9ix8zJtRfuj7aXrlS2K6SqrFy/9VcoHOeZKEYM0qG4h++9p4/vkeEjHpwxHN0S2ARtbmlKypjrhVkFtFnBG1Q==}
engines: {node: '>=v12.20.0'}
dev: true
/dargs@7.0.0: /dargs@7.0.0:
resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==} resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==}
engines: {node: '>=8'} engines: {node: '>=8'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment