Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit 86e9389

Browse files
committed
Update flow types
1 parent bbe2c00 commit 86e9389

13 files changed

+519
-192
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"dot-location": [2, "property"],
5959
"dot-notation": 0,
6060
"eol-last": 2,
61-
"eqeqeq": 2,
61+
"eqeqeq": [2, "allow-null"],
6262
"func-names": 0,
6363
"func-style": 0,
6464
"generator-star-spacing": [0, {"before": true, "after": false}],

.flowconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
[include]
88

99
[libs]
10+
./flow
1011

1112
[options]
13+
esproposal.class_static_fields=enable
14+
esproposal.class_instance_fields=enable
15+
munge_underscores=true
1216
suppress_comment= \\(.\\|\n\\)*\\$FlowIgnore

0 commit comments

Comments
 (0)