Add flowjs support
This commit is contained in:
parent
b6205463db
commit
c3ef290145
5 changed files with 586 additions and 13 deletions
11
.eslintrc
Normal file
11
.eslintrc
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue