forked from mongodb-js/react-leaflet-heatmap-layer
-
Notifications
You must be signed in to change notification settings - Fork 10
/
.flowconfig
29 lines (25 loc) · 834 Bytes
/
.flowconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[ignore]
.*/node_modules/babel-cli/.*
.*/node_modules/babel-generator/.*
.*/node_modules/babel-helper-builder-binary-assignment-operator-visitor/.*
.*/node_modules/babel-helper-explode-assignable-expression/.*
.*/node_modules/babel-helper-remap-async-to-generator/.*
.*/node_modules/babel-helper-regex/.*
.*/node_modules/babel-plugin-transform-regenerator/.*
.*/node_modules/babel-template/.*
.*/node_modules/babel-types/.*
.*/node_modules/jsxhint/.*
.*/node_modules/fbjs/.*
.*/node_modules/flow-bin/.*
.*/node_modules/flux/.*
.*/node_modules/node-sass/.*
.*/node_modules/phantomjs/.*
.*/node_modules/react-styleguidist/.*
.*/node_modules/config-chain/.*
.*/node_modules/findup/.*
[include]
[libs]
[options]
esproposal.class_instance_fields=enable
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
esproposal.class_static_fields=enable