Skip to content

Commit

Permalink
Fix flow errors (#349)
Browse files Browse the repository at this point in the history
* Fix flow errors

* Delete unused code

* Improve typing

* Fix flow errors

* Fix flow errors

* Fix eslint

* Revert cf3563f
  • Loading branch information
GauthierPLM authored and alanzanattadev committed Apr 29, 2018
1 parent 21fd9a3 commit 9ff6ac4
Show file tree
Hide file tree
Showing 46 changed files with 259 additions and 1,269 deletions.
6 changes: 6 additions & 0 deletions .eslintignore
@@ -0,0 +1,6 @@
/.storybook/
/build/
/doc/
/flow-libs/
/flow-typed/
/node_modules
1 change: 1 addition & 0 deletions .flowconfig
Expand Up @@ -7,6 +7,7 @@ flow-libs/
<PROJECT_ROOT>/node_modules/react-forms-state/
.*\.test\..*
.*\.story\..*
<PROJECT_ROOT>/lib/ExecutionControlEpic/QuestionSystemFeature/

[options]
module.ignore_non_literal_requires=true

0 comments on commit 9ff6ac4

Please sign in to comment.