forked from withspectrum/spectrum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
44 lines (37 loc) · 847 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
43
44
[ignore]
.*/build.*
.*/*.test.js
.*/.expo
.*/node_modules/expo
.*/node_modules/react-native
.*/node_modules/cypress
.*/node_modules/draft-js
.*/node_modules/graphql
.*/node_modules/protobufjs-no-cli
.*/node_modules/react-navigation
.*/node_modules/reqwest
.*/node_modules/sentry-expo
.*/node_modules/react-apollo
.*/node_modules/dataloader
[include]
[libs]
[options]
suppress_comment=.*\\$FlowFixMe
suppress_comment=.*\\$FlowIssue
esproposal.class_instance_fields=enable
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=.
module.file_ext=.ios.js
module.file_ext=.android.js
module.file_ext=.native.js
module.file_ext=.web.js
module.file_ext=.js
module.file_ext=.jsx
module.file_ext=.json
[lints]
untyped-type-import=error
untyped-import=warn
unclear-type=warn
unsafe-getters-setters=error
[version]
0.66.0