chore(lint): remove vue/max-attributes-per-line rule (#4196)

This commit is contained in:
neverland
2019-08-22 19:45:26 +08:00
committed by GitHub
parent 664c1dd29c
commit f3f3789011
4 changed files with 7 additions and 6 deletions

View File

@@ -58,6 +58,7 @@ module.exports = {
'vue/require-v-for-key': 0,
'vue/require-default-prop': 0,
'vue/no-unused-components': 0,
'vue/max-attributes-per-line': 0,
'vue/singleline-html-element-content-newline': 0,
'vue/name-property-casing': ['error', 'kebab-case'],
'vue/component-name-in-template-casing': ['error', 'kebab-case'],

View File

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