fix: apply ESLint rule vue/no-undef-components

This commit is contained in:
iamsivin
2024-07-26 09:04:16 +05:30
parent 48fef92dbb
commit cfd8a32337
+16
View File
@@ -131,6 +131,22 @@ module.exports = {
},
],
'vue/no-this-in-before-route-enter': 'error',
'vue/no-undef-components': [
'error',
{
ignorePatterns: [
'^woot-',
'^fluent-',
'^multiselect',
'^router-link',
'^router-view',
'^ninja-keys',
'^FormulateForm',
'^FormulateInput',
'^highlightjs',
],
},
],
'vue/max-attributes-per-line': [
'error',
{