-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.flowconfig
More file actions
41 lines (31 loc) · 769 Bytes
/
.flowconfig
File metadata and controls
41 lines (31 loc) · 769 Bytes
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
[include]
[ignore]
<PROJECT_ROOT>/node_modules
<PROJECT_ROOT>/coverage/.*
<PROJECT_ROOT>/\.git/
<PROJECT_ROOT>/UI\ Kit/.*
[untyped]
<PROJECT_ROOT>/node_modules/graphql/.*
[libs]
[options]
emoji=true
sharedmemory.hash_table_pow=21
lazy_mode=fs
esproposal.optional_chaining=enable
esproposal.nullish_coalescing=enable
; This option lets you alias 'any' with a given string - useful for explaining why you’re using 'any'
; Please, do not use "fix me" suppress types and comments
suppress_type=$FlowFixMe
suppress_type=$FlowFixMeProps
suppress_type=$FlowFixMeState
suppress_comment= \\(.\\|\n\\)*\\$flow:
[lints]
unnecessary-optional-chain=error
[strict]
nonstrict-import
unclear-type
unsafe-getters-setters
untyped-import
untyped-type-import
[version]
0.114.0