14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
{
|
|
extends: ["vue", /* your other extends */],
|
|
plugins: ["vue"],
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 8
|
|
},
|
|
rules: {
|
|
'indent': ["error", 4, { 'SwitchCase': 1 }],
|
|
}
|
|
}
|