20 lines
384 B
Plaintext
20 lines
384 B
Plaintext
{
|
|
"parserOptions": {
|
|
"parser": "babel-eslint",
|
|
"ecmaVersion": 6,
|
|
"sourceType": "module",
|
|
"impliedStrict": true
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true
|
|
},
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:vue/recommended"
|
|
],
|
|
"rules": {
|
|
"indent": ["error", 4],
|
|
"no-console": 0
|
|
}
|
|
} |