forked from relay-tools/react-relay-network-modern
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
42 lines (39 loc) · 1009 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
30
31
32
33
34
35
36
37
38
39
40
41
42
[ignore]
<PROJECT_ROOT>/lib/.*
<PROJECT_ROOT>/es/.*
.*/node_modules/ajv.*
.*/node_modules/acorn.*
.*/node_modules/async.*
.*/node_modules/babel.*
.*/node_modules/bluebird.*
.*/node_modules/caniuse-db.*
.*/node_modules/config-chain.*
.*/node_modules/conventional-changelog.*
.*/node_modules/core-js.*
.*/node_modules/cssstyle.*
.*/node_modules/diff.*
.*/node_modules/es5-ext.*
.*/node_modules/escope.*
.*/node_modules/escodegen.*
.*/node_modules/eslint.*
.*/node_modules/github.*
.*/node_modules/fsevents.*
.*/node_modules/jsdoctypeparser.*
.*/node_modules/jsdom.*
.*/node_modules/iconv.*
.*/node_modules/istanbul.*
.*/node_modules/handlebars.*
.*/node_modules/markdown.*
.*/node_modules/node-notifier.*
.*/node_modules/npmconf.*
.*/node_modules/prettier.*
.*/node_modules/source-map.*
.*/node_modules/travis.*
.*/node_modules/uglify.*
.*/node_modules/yargs.*
[include]
[libs]
[options]
esproposal.class_instance_fields=enable
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
esproposal.optional_chaining=enable