mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-12-24 08:12:55 +08:00
后续使用no-undef-components
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user