0
0
Fork 0

Add some eslint rule disables

This commit is contained in:
Tyler-A 2020-07-30 21:35:48 -06:00
parent bce20aa489
commit 6eacdf1803

View file

@ -16,6 +16,8 @@ module.exports = {
"allowFirstLine": false "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"
} }
} }