mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
设置ESLint 的 vue/html-self-closing 自闭合标签警告配置
This commit is contained in:
@ -67,8 +67,8 @@ module.exports = defineConfig({
|
||||
{
|
||||
html: {
|
||||
void: 'always',
|
||||
normal: 'never',
|
||||
component: 'always',
|
||||
normal: 'any',
|
||||
component: 'any',
|
||||
},
|
||||
svg: 'always',
|
||||
math: 'always',
|
||||
|
||||
Reference in New Issue
Block a user