diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 464b26c..a39139a 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -27,7 +27,7 @@ jobs: id: prettier-run run: | echo "prettier-output<> $GITHUB_ENV - prettier --list-different --config ./.prettierrc --ignore-path ./.prettierignore **/*.ts **/*.vue **/*.json **/*.js | tee -a $GITHUB_ENV + prettier --list-different --config ./.prettierrc --ignore-path ./.prettierignore --no-error-on-unmatched-pattern **/*.ts **/*.vue **/*.json **/*.js | tee -a $GITHUB_ENV echo "EOF" >> $GITHUB_ENV - name: Prettier Output diff --git a/.vscode/settings.json b/.vscode/settings.json index d93fa19..292f74c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -21,7 +21,7 @@ }, "[vue]": { "editor.insertSpaces": true, - "editor.formatOnSave": true, + "editor.formatOnSave": false, "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[javascript]": { diff --git a/frontend/aashub/src/components/HelloWorld.vue b/frontend/aashub/src/components/HelloWorld.vue index f1a39fd..39012af 100644 --- a/frontend/aashub/src/components/HelloWorld.vue +++ b/frontend/aashub/src/components/HelloWorld.vue @@ -6,8 +6,8 @@
Welcome to the
-

AAS Hub

-
+

AAS Hub

+
@@ -16,7 +16,7 @@ - - - - - + + + + +