Update .eslintrc

This commit is contained in:
syuilo 2019-01-19 19:16:57 +09:00
parent 048b9c295e
commit 8a88c896da
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -17,6 +17,7 @@
"vue/require-default-prop": false,
"vue/html-closing-bracket-spacing": false,
"vue/singleline-html-element-content-newline": false,
"vue/no-v-html": false,
"no-console": 0,
"no-unused-vars": 0,
"no-empty": 0