Update .eslintrc

This commit is contained in:
syuilo 2019-01-19 08:49:57 +09:00
parent b5bcc23d5f
commit 11303b5bec
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

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