Implement some flow and cleanup API call for file manager
This commit is contained in:
parent
c3ef290145
commit
aee42df3ad
9 changed files with 186 additions and 118 deletions
|
@ -6,6 +6,7 @@
|
|||
"flowtype-errors/show-errors": 2,
|
||||
"semi": "off",
|
||||
"indent": ["error", 4],
|
||||
"comma-dangle": ["error", "always-multiline"]
|
||||
"comma-dangle": ["error", "always-multiline"],
|
||||
"no-unused-vars": "warn"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue