后续使用no-undef-components

This commit is contained in:
xiangheng
2024-10-25 10:55:53 +08:00
parent 6508bef70f
commit bdac94a6b3

View File

@@ -27,6 +27,12 @@ module.exports = {
trailingComma: 'none'
}
],
// 'vue/no-undef-components': [
// 'error',
// {
// ignorePatterns: ['el(\\-\\w+)+']
// }
// ],
'vue/multi-word-component-names': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/ban-ts-comment': 'off',