|
|
@@ -47,6 +47,10 @@ module.exports = {
|
|
|
'vue/no-v-html': 0,
|
|
|
'vue/order-in-components': 0,
|
|
|
'no-unused-vars': 1,
|
|
|
- 'vue/no-reserved-component-names': 0
|
|
|
+ 'vue/no-reserved-component-names': 0,
|
|
|
+ 'no-promise-executor-return': 0,
|
|
|
+ 'no-sparse-arrays': 0,
|
|
|
+ 'no-nested-ternary': 0,
|
|
|
+ 'no-continue': 0
|
|
|
}
|
|
|
}
|