From 6eacdf1803135a9ec2cbf77479106828b25e7f92 Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Thu, 30 Jul 2020 21:35:48 -0600 Subject: [PATCH] Add some eslint rule disables --- .eslintrc.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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