dengjie commit : tabbar 初始样式
This commit is contained in:
17
.eslintrc.js
17
.eslintrc.js
@@ -29,16 +29,15 @@ module.exports = {
|
||||
}
|
||||
],
|
||||
'vue/max-attributes-per-line': [
|
||||
'error',
|
||||
{
|
||||
'singleline': {
|
||||
'max': 1
|
||||
},
|
||||
'multiline': {
|
||||
'max': 1
|
||||
2,
|
||||
{
|
||||
singleline: 10,
|
||||
multiline: {
|
||||
max: 1,
|
||||
allowFirstLine: true
|
||||
}
|
||||
},
|
||||
],
|
||||
}
|
||||
],
|
||||
'vue/singleline-html-element-content-newline': 'off',
|
||||
'vue/multiline-html-element-content-newline': 'off',
|
||||
'vue/require-v-for-key': 'off',
|
||||
|
||||
Reference in New Issue
Block a user