mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: 修复eslint 组件名称配置冲突 (#7782)
This commit is contained in:
parent
8bbd944ece
commit
df2e91cdf9
@ -53,7 +53,10 @@ module.exports = {
|
||||
'vue/require-v-for-key': 'off',
|
||||
'vue/require-default-prop': 'off',
|
||||
'vue/no-unused-components': 'off',
|
||||
'vue/name-property-casing': ['error', 'kebab-case'],
|
||||
'vue/component-definition-name-casing': [
|
||||
'error',
|
||||
'PascalCase' | 'kebab-case',
|
||||
],
|
||||
'vue/component-name-in-template-casing': ['error', 'kebab-case'],
|
||||
// typescript-eslint
|
||||
'@typescript-eslint/camelcase': 'off',
|
||||
|
Loading…
x
Reference in New Issue
Block a user