Disable some Vue rules in ESLint

This commit is contained in:
Andrei Andreev 2021-11-17 20:38:32 +03:00
parent 32652df6e9
commit 8d3f94aa73

View File

@ -32,6 +32,10 @@
"allowElseIf": false
}
],
"vue/component-definition-name-casing": "off",
"vue/order-in-components": "off",
"vue/require-prop-type-constructor": "off",
"vue/require-default-prop": "off",
"no-empty-function": "error",
"no-eval": "error",
"no-extra-bind": "error",