Remove flow defs and usage, will be using TS
This commit is contained in:
parent
8fd0e5ff57
commit
cc7f7d7123
10 changed files with 110 additions and 88 deletions
|
@ -1,9 +1,8 @@
|
|||
{
|
||||
"parser": "babel-eslint",
|
||||
"plugins": ["html", "flowtype-errors"],
|
||||
"plugins": ["html"],
|
||||
"extends": ["vue"],
|
||||
"rules": {
|
||||
"flowtype-errors/show-errors": 2,
|
||||
"semi": "off",
|
||||
"indent": ["error", 4],
|
||||
"comma-dangle": ["error", "always-multiline"],
|
||||
|
|
Reference in a new issue