Skip to content

Commit

Permalink
Update flow types
Browse files Browse the repository at this point in the history
  • Loading branch information
tmitchel2 committed Jun 16, 2016
1 parent bbe2c00 commit 86e9389
Show file tree
Hide file tree
Showing 13 changed files with 519 additions and 192 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dot-location": [2, "property"],
"dot-notation": 0,
"eol-last": 2,
"eqeqeq": 2,
"eqeqeq": [2, "allow-null"],
"func-names": 0,
"func-style": 0,
"generator-star-spacing": [0, {"before": true, "after": false}],
Expand Down
4 changes: 4 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
[include]

[libs]
./flow

[options]
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
munge_underscores=true
suppress_comment= \\(.\\|\n\\)*\\$FlowIgnore
Loading

0 comments on commit 86e9389

Please sign in to comment.