forked from rsocket/rsocket-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
34 lines (25 loc) · 857 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
[ignore]
.*/__tests__/.*
.*/build/haste/.*
.*/build/.*
.*/packages/.*/node_modules/.*
.*/node_modules/conventional-changelog-core/.*
.*/node_modules/config-chain/test/.*
[include]
./node_modules/fbjs/lib
[libs]
./node_modules/fbjs/flow/lib
./flow/
[options]
module.system=haste
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
module.name_mapper='\(rsocket-[^/]*\)' -> '<PROJECT_ROOT>/packages/\1/src/index.js'
munge_underscores=true
suppress_type=$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FixMe
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-1]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*relay[a-z,_]*\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-1]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*relay[a-z,_]*\\)?)\\)? #[0-9]+
[version]
^0.78.0