删除husky

This commit is contained in:
陈昱达
2025-03-13 17:05:45 +08:00
parent 33ac908ef9
commit e2c21c1755
2 changed files with 0 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
npm run stylelint
npm run lint

View File

@@ -9,7 +9,6 @@
"build_uat": "run-s build-only -- --model uat",
"preview": "vite preview",
"build-only": "vite build",
"prepare": "husky",
"lint": "npx eslint -c ./node_modules/@yl/yili-fe-lint-config/eslintrc.vue3.js \"src/**/*.{js,ts,tsx,vue,html}\" --fix",
"stylelint": "npx stylelint -c ./node_modules/@yl/yili-fe-lint-config/stylelintrc.js \"**/*.{css,scss,sass,less,vue,html}\" --fix"
},
@@ -39,7 +38,6 @@
"@vue/tsconfig": "^0.5.1",
"@yl/yili-fe-lint-config": "^1.0.0",
"amfe-flexible": "^2.2.1",
"husky": "^9.1.5",
"npm-run-all2": "^6.2.0",
"postcss-pxtorem": "^6.1.0",
"sass": "^1.85.1",