diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index 38116c68d9a4..5fd0345f454e 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -1,5 +1,8 @@ module.exports = { root: true, + settings: { + "import/ignore": ["@vueuse*"], + }, env: { browser: true, node: true, diff --git a/frontend/components/Domain/Recipe/RecipeDialogShare.vue b/frontend/components/Domain/Recipe/RecipeDialogShare.vue index ab5148183c7d..8851860b8143 100644 --- a/frontend/components/Domain/Recipe/RecipeDialogShare.vue +++ b/frontend/components/Domain/Recipe/RecipeDialogShare.vue @@ -57,8 +57,7 @@ - \ No newline at end of file diff --git a/frontend/package.json b/frontend/package.json index 193a257341e6..297916ce96bf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -51,7 +51,6 @@ "lint-staged": "^12.4.2", "nuxt-vite": "0.2.3", "prettier": "^2.3.2", - "typescript": "^4.7.2", "vue2-script-setup-transform": "^0.3.5" } } diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index a57417498b74..4e7bc4db19d2 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -17,7 +17,15 @@ "~/*": ["./*"], "@/*": ["./*"] }, - "types": ["@nuxt/types", "@nuxtjs/axios", "@types/node", "@nuxtjs/i18n", "@nuxtjs/auth-next", "@nuxtjs/vuetify", "@types/sortablejs"] + "types": [ + "@nuxt/types", + "@nuxtjs/axios", + "@types/node", + "@nuxtjs/i18n", + "@nuxtjs/auth-next", + "@nuxtjs/vuetify", + "@types/sortablejs" + ] }, "include": ["**/*", ".eslintrc.js"], "exclude": ["node_modules", ".nuxt", "dist"], diff --git a/frontend/yarn.lock b/frontend/yarn.lock index c95835c06832..0eaf98d993b3 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -10729,11 +10729,6 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^4.7.2: - version "4.7.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4" - integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A== - typescript@~4.2: version "4.2.4" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"