diff --git a/package.json b/package.json index 5f59fcf..930d07f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "serve": "npm run svg && vue-cli-service serve", "build": "npm run svg && npm run admin && npm run data && vue-cli-service build", - "lint": "vue-cli-service lint", + "lint": "vue-cli-service lint --fix", "test:unit": "vue-cli-service test:unit", "svg": "vsvg -s ./src/assets/svg -t ./src/assets/icons", "admin": "node bin/admin-yml" diff --git a/src/app/euromat/components/theses.vue b/src/app/euromat/components/theses.vue index 4994991..8a62f8b 100644 --- a/src/app/euromat/components/theses.vue +++ b/src/app/euromat/components/theses.vue @@ -1,12 +1,12 @@