Enable plugin:vue/recommended

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-07-18 13:02:53 +09:00
parent c99fc85672
commit 2e79e3e308
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -3,7 +3,10 @@ module.exports = {
"browser": true, "browser": true,
"es6": true "es6": true
}, },
"extends": "eslint:recommended", "extends": [
"eslint:recommended",
"plugin:vue/recommended"
],
"parserOptions": { "parserOptions": {
"ecmaVersion": 2017, "ecmaVersion": 2017,
"sourceType": "module" "sourceType": "module"