12 lines
248 B
Plaintext
12 lines
248 B
Plaintext
|
{
|
||
|
"parser": "babel-eslint",
|
||
|
"plugins": ["html", "flowtype-errors"],
|
||
|
"extends": ["vue"],
|
||
|
"rules": {
|
||
|
"flowtype-errors/show-errors": 2,
|
||
|
"semi": "off",
|
||
|
"indent": ["error", 4],
|
||
|
"comma-dangle": ["error", "always-multiline"]
|
||
|
}
|
||
|
}
|