Просмотр исходного кода

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

Rotzbua 2 лет назад
Родитель
Сommit
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",