mirror of https://github.com/jeecgboot/jeecg-boot
设置ESLint 的 vue/html-self-closing 自闭合标签警告配置
parent
0fe258dbc2
commit
f46273d15e
|
@ -67,8 +67,8 @@ module.exports = defineConfig({
|
|||
{
|
||||
html: {
|
||||
void: 'always',
|
||||
normal: 'never',
|
||||
component: 'always',
|
||||
normal: 'any',
|
||||
component: 'any',
|
||||
},
|
||||
svg: 'always',
|
||||
math: 'always',
|
||||
|
|
Loading…
Reference in New Issue