浏览代码

feat(webapp): add script to auto fix lint errors

Rotzbua 2 年之前
父节点
当前提交
91b7aed92f
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      www/webapp/package.json

+ 2 - 1
www/webapp/package.json

@@ -5,7 +5,8 @@
   "scripts": {
     "serve": "vue-cli-service serve",
     "build": "vue-cli-service build",
-    "lint": "vue-cli-service lint --no-fix"
+    "lint": "vue-cli-service lint --no-fix",
+    "lint:fix": "vue-cli-service lint --fix"
   },
   "dependencies": {
     "@fontsource/roboto": "^4.5.8",