Explorar el Código

feature: lint优化

xiongxt hace 2 años
padre
commit
64e9d1daa8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -8,7 +8,7 @@
     "serve": "vue-cli-service serve",
     "build": "vue-cli-service build",
     "lint": "vue-cli-service lint",
-    "lint2": "eslint . --ext .ts --fix /sdk /src",
+    "lint-fix": "eslint . --ext .ts --fix /sdk /src",
     "lib": "tsc"
   },
   "repository": "https://gitee.com/swust_0602/ludash.git",