diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index 3caa72979..f44d006f6 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -52,7 +52,10 @@ module.exports = { "ts-ignore": "allow-with-description", }, ], - "no-restricted-imports": ["error", { paths: ["@vue/reactivity", "@vue/runtime-dom", "@vue/composition-api"] }], + "no-restricted-imports": [ + "error", + { paths: ["@vue/reactivity", "@vue/runtime-dom", "@vue/composition-api", "vue-demi"] }, + ], // TODO Gradually activate all rules "@typescript-eslint/no-unsafe-assignment": "off", diff --git a/frontend/components/Domain/Recipe/RecipeOcrEditorPage/RecipeOcrEditorPageParts/RecipeOcrEditorPageCanvas.vue b/frontend/components/Domain/Recipe/RecipeOcrEditorPage/RecipeOcrEditorPageParts/RecipeOcrEditorPageCanvas.vue index afd6c1815..840341b98 100644 --- a/frontend/components/Domain/Recipe/RecipeOcrEditorPage/RecipeOcrEditorPageParts/RecipeOcrEditorPageCanvas.vue +++ b/frontend/components/Domain/Recipe/RecipeOcrEditorPage/RecipeOcrEditorPageParts/RecipeOcrEditorPageCanvas.vue @@ -39,8 +39,7 @@