configure flow

This commit is contained in:
Sebastian Sdorra
2019-10-08 14:02:01 +02:00
parent 7ec1a8dd01
commit aac264224c
107 changed files with 136155 additions and 228 deletions

View File

@@ -1,8 +1,11 @@
[ignore]
.*/node_modules/module-deps/.*
[include]
[libs]
[lints]
[options]
[strict]

View File

@@ -14,6 +14,6 @@
"check": "flow check"
},
"devDependencies": {
"flow-bin": "^0.108.0"
"flow-bin": "^0.109.0"
}
}