删除代码格式化的依赖包

This commit is contained in:
cwchen 2024-02-23 18:23:27 +08:00
parent e73ef50ebe
commit 0f32e0ee45
1 changed files with 0 additions and 12 deletions

View File

@ -60,7 +60,6 @@
"eslint": "6.7.2",
"eslint-plugin-vue": "6.2.2",
"html-webpack-plugin": "3.2.0",
"lint-staged": "8.1.5",
"mockjs": "1.0.1-beta3",
"plop": "2.3.0",
"runjs": "4.3.2",
@ -93,17 +92,6 @@
"management-system"
],
"license": "MIT",
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/PanJiaChen/vue-element-admin.git"