diff --git a/.eslintrc.json b/.eslintrc.json index 70022c96..8caa80f3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -6,6 +6,7 @@ }, "extends": [ "eslint:recommended", + "prettier", "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/stylistic", "plugin:vue/vue3-recommended", @@ -21,7 +22,8 @@ "prettier/prettier": [ "error", { - "endOfLine": "auto" + "endOfLine": "auto", + "tabWidth": 2 } ], "@typescript-eslint/no-empty-function": "off" diff --git a/packages/ui/src/components/AppNavbar.vue b/packages/ui/src/components/AppNavbar.vue index b06bd757..bbe2c0cb 100644 --- a/packages/ui/src/components/AppNavbar.vue +++ b/packages/ui/src/components/AppNavbar.vue @@ -1,3 +1,4 @@ +