소스 검색

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",