mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
eslint rule vue/no-undef-components makes build fail
This commit is contained in:
parent
019a88f65a
commit
04c41a4dde
2 changed files with 6 additions and 0 deletions
|
@ -4,4 +4,9 @@ module.exports = {
|
|||
node: true,
|
||||
},
|
||||
extends: ["plugin:vue/vue3-recommended", "eslint:recommended", "@unocss", "plugin:prettier/recommended"],
|
||||
rules: {
|
||||
"vue/no-undef-components": ["error", {
|
||||
ignorePatterns: ["router-link", "router-view", "i18n-t", "ErrorHandler"]
|
||||
}],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue