diff --git a/.prettierrc.json b/.prettierrc.json index 29a2402e..03ce52a1 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,6 +1,7 @@ { "$schema": "https://json.schemastore.org/prettierrc", "semi": false, + "plugins": ["@ianvs/prettier-plugin-sort-imports"], "singleQuote": true, "printWidth": 100 } diff --git a/package.json b/package.json index 126749d3..8a483e65 100644 --- a/package.json +++ b/package.json @@ -103,6 +103,7 @@ "@editorjs/raw": "^2.5.1", "@editorjs/table": "^2.4.3", "@eslint/js": "^9.17.0", + "@ianvs/prettier-plugin-sort-imports": "^4.4.0", "@intlify/unplugin-vue-i18n": "^2.0.0", "@playwright/test": "^1.49.1", "@quasar/app-vite": "^2.0.2", diff --git a/src/components/SidePanelFooter.vue b/src/components/SidePanelFooter.vue index 59d2c172..18a90a00 100644 --- a/src/components/SidePanelFooter.vue +++ b/src/components/SidePanelFooter.vue @@ -2,7 +2,8 @@ + :style="offsetBottom()" + >