diff --git a/.eslintrc.js b/.eslintrc.js index 8d26d23..135562f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,6 +16,8 @@ module.exports = { "allowFirstLine": false } }], - "vue/singleline-html-element-content-newline": "off" + "vue/singleline-html-element-content-newline": "off", + "vue/prop-name-casing": "off", + "vue/order-in-components": "off" } } \ No newline at end of file