mirror of
https://github.com/youzan/vant.git
synced 2025-10-14 15:10:36 +00:00
[Doc] adjust component nav (#1579)
This commit is contained in:
24
.eslintrc
Normal file
24
.eslintrc
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"root": true,
|
||||
"env": {
|
||||
"jest": true
|
||||
},
|
||||
"extends": ["plugin:vue-libs/recommended", "plugin:vue/strongly-recommended"],
|
||||
"rules": {
|
||||
"semi": ["error", "always"],
|
||||
"space-before-function-paren": ["error", "never"],
|
||||
"vue/require-v-for-key": 0,
|
||||
"vue/require-default-prop": 0,
|
||||
"vue/name-property-casing": 0,
|
||||
"vue/max-attributes-per-line": [
|
||||
2,
|
||||
{
|
||||
"singleline": 5,
|
||||
"multiline": {
|
||||
"max": 5,
|
||||
"allowFirstLine": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user