Commit 7a076098 by Sendya

updated: eslint rules

parent 641dba7e
......@@ -38,10 +38,15 @@
"node": true
},
"extends": [
"plugin:vue/essential",
"plugin:vue/strongly-recommended",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"generator-star-spacing": "off",
"no-mixed-operators": 0,
"vue/max-attributes-per-line": [2, {
"singleline": 5,
"multiline": {
......@@ -49,10 +54,8 @@
"allowFirstLine": false
}
}],
"vue/attribute-hyphenation": 0,
"no-console": 0
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"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