Commit 7a076098 by Sendya

updated: eslint rules

parent 641dba7e
...@@ -38,10 +38,15 @@ ...@@ -38,10 +38,15 @@
"node": true "node": true
}, },
"extends": [ "extends": [
"plugin:vue/essential", "plugin:vue/strongly-recommended",
"eslint:recommended" "eslint:recommended"
], ],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": { "rules": {
"generator-star-spacing": "off",
"no-mixed-operators": 0,
"vue/max-attributes-per-line": [2, { "vue/max-attributes-per-line": [2, {
"singleline": 5, "singleline": 5,
"multiline": { "multiline": {
...@@ -49,10 +54,8 @@ ...@@ -49,10 +54,8 @@
"allowFirstLine": false "allowFirstLine": false
} }
}], }],
"vue/attribute-hyphenation": 0,
"no-console": 0 "no-console": 0
},
"parserOptions": {
"parser": "babel-eslint"
} }
}, },
"postcss": { "postcss": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment