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