mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 13:35:23 +02:00
fix: bad import path (#1313)
* fix bad import * add eslint rule for incorrect imports
This commit is contained in:
parent
e898c80f59
commit
3542bb0927
2 changed files with 3 additions and 2 deletions
|
@ -52,6 +52,8 @@ module.exports = {
|
|||
"ts-ignore": "allow-with-description",
|
||||
},
|
||||
],
|
||||
"no-restricted-imports": ["error", { paths: ["@vue/reactivity", "@vue/runtime-dom", "@vue/composition-api"] }],
|
||||
|
||||
// TODO Gradually activate all rules
|
||||
"@typescript-eslint/no-unsafe-assignment": "off",
|
||||
"@typescript-eslint/no-unsafe-member-access": "off",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue