diff --git a/web/package.json b/web/package.json index 0534f03..e19388b 100644 --- a/web/package.json +++ b/web/package.json @@ -5,8 +5,8 @@ "dev": "vite", "build": "vue-tsc --noEmit && vite build", "serve": "vite preview", - "lint": "eslint --ext .js,.vue src", - "format": "yarn run lint --fix" + "lint": "eslint \"src/**\"", + "format": "eslint --fix \"src/**\"" }, "dependencies": { "vue": "^3.0.5", diff --git a/web/src/App.vue b/web/src/App.vue index f629716..f19b1c3 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -1,8 +1,6 @@ - - - - + + + + diff --git a/web/src/components/Home.vue b/web/src/components/Home.vue index 181d6e9..cdb41ed 100644 --- a/web/src/components/Home.vue +++ b/web/src/components/Home.vue @@ -1,9 +1,7 @@ - - Fej - Welcome to Fej, my frontend/backend combo. - If you can see this, the cicd worked! - + Fej + Welcome to Fej, my frontend/backend combo. + If you can see this, the cicd worked!
Welcome to Fej, my frontend/backend combo.
If you can see this, the cicd worked!