11 lines
248 B
Text
11 lines
248 B
Text
{
|
|
"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"]
|
|
}
|
|
}
|