-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.flowconfig
66 lines (59 loc) · 1.6 KB
/
.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[options]
module.name_mapper='.*\.s?css' -> 'empty/object'
emoji=true
suppress_comment=\\(.\\|\n\\)*\\$ExpectError
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
suppress_comment=\\(.\\|\n\\)*\\$FlowBug
suppress_comment=\\(.\\|\n\\)*\\$FlowUpgradeFixMe([0-9]+\\.[0-9]+\\.[0-9]+ -> [0-9]+\\.[0-9]+\\.[0-9]+)
suppress_type=$FlowFixMeProps
suppress_type=$FlowFixMeState
include_warnings=false
esproposal.export_star_as=enable
esproposal.optional_chaining=enable
sharedmemory.hash_table_pow=21
module.system.node.resolve_dirname=node_modules
[lints]
all=off
unnecessary-invariant=error
untyped-type-import=error
[libs]
./flow-typed-overrides
.*/node_modules/graphql/*
[strict]
nonstrict-import
sketchy-null
sketchy-number
unclear-type
unnecessary-invariant
unnecessary-optional-chain
unsafe-getters-setters
untyped-import
untyped-type-import
[declarations]
<PROJECT_ROOT>/node_modules/.*
[untyped]
.*/node_modules/react-select/
.*/node_modules/react-simple-code-editor/*
[include]
../../node_modules/.*
[ignore]
.*/node_modules/editions/*
.*/node_modules/graphql/*
.*/node_modules/immutable/*
.*/node_modules/fbjs/*
.*/node_modules/react-element-to-jsx-string/src/*
.*/node_modules/react-infinite/*
.*/node_modules/react-window/*
.*/node_modules/react-window-infinite-loader/*
.*/node_modules/jsonlint-lines/*
.*/node_modules/flow-coverage-report/*
.*/node_modules/unflowify/*
.*/node_modules/mapbox-gl/*
.*/node_modules/@mapbox/jsonlint-lines-primitives/*
.*/node_modules/radium/*
.*/node_modules/jsverify/*
.*/node_modules/react-popper/*
.*/node_modules/babel-plugin-emotion/*
.*/flexport-eslint/*
.*/graphql_gateway/*
<PROJECT_ROOT>/.git/.*