删除:删除eslint相关开发依赖

master
李春波 1 year ago
parent 7cf798ae70
commit d75787a512
  1. 2
      front/package.json

@ -9,7 +9,7 @@
"lint": "vue-cli-service lint",
"build:preview": "vue-cli-service build --no-module --mode preview",
"lint:nofix": "vue-cli-service lint --no-fix",
"lint:css": "stylelint src/**/*.*ss --fix --custom-syntax postcss-less",
"lint:css": "stylelint src/**/*.*ss --fix --custom-syntax postcss-less"
},
"dependencies": {
"@ant-design-vue/pro-layout": "^1.0.12",

Loading…
Cancel
Save