Explorar el Código

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

Rotzbua hace 2 años
padre
commit
91b7aed92f
Se han modificado 1 ficheros con 2 adiciones y 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",