Explorar o código

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

Rotzbua %!s(int64=2) %!d(string=hai) anos
pai
achega
91b7aed92f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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",