mirror of https://github.com/jeecgboot/jeecg-boot
🔧 更新eslint配置,允许vue组件名单个单词
parent
0148a0b45e
commit
f41e325b29
|
@ -74,5 +74,6 @@ module.exports = defineConfig({
|
||||||
math: 'always',
|
math: 'always',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
'vue/multi-word-component-names': 'off',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue