fix(@vant/eslint-config): use default component-definition-name-casing

This commit is contained in:
chenjiahan
2020-12-21 17:23:05 +08:00
parent d00fce3f61
commit 70f01133d9
4 changed files with 6 additions and 11 deletions

View File

@@ -53,11 +53,6 @@ module.exports = {
'vue/require-v-for-key': 'off',
'vue/require-default-prop': 'off',
'vue/no-unused-components': 'off',
'vue/component-definition-name-casing': [
'error',
'PascalCase' | 'kebab-case',
],
'vue/component-name-in-template-casing': ['error', 'kebab-case'],
// typescript-eslint
'@typescript-eslint/camelcase': 'off',
'@typescript-eslint/ban-ts-comment': 'off',

View File

@@ -1,6 +1,6 @@
{
"name": "@vant/eslint-config",
"version": "3.0.1",
"version": "3.0.3",
"description": "eslint config of vant",
"main": "index.js",
"publishConfig": {