mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-15 11:58:19 +00:00
eslint rule vue/no-undef-components makes build fail
This commit is contained in:
@@ -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"]
|
||||
}],
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user