|
@@ -48,7 +48,13 @@
|
|
|
"rules": {
|
|
|
"no-undef": 0,
|
|
|
"no-unused-vars": 0,
|
|
|
- "vue/multi-word-component-names": "off"
|
|
|
+ "no-prototype-builtins": 0,
|
|
|
+ "no-unreachable": 0,
|
|
|
+ "no-case-declarations": 0,
|
|
|
+ "no-extra-semi": 0,
|
|
|
+ "vue/multi-word-component-names": "off",
|
|
|
+ "vue/require-v-for-key": "off",
|
|
|
+ "vue/no-use-v-if-with-v-for": "off"
|
|
|
}
|
|
|
},
|
|
|
"browserslist": [
|