forked from Opentrons/opentrons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
44 lines (38 loc) · 914 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]
.*/dist/.*
.*/test/.*
.*/coverage/.*
.*/docs/.*
<PROJECT_ROOT>/api/.*
<PROJECT_ROOT>/api-server-lib/.*
<PROJECT_ROOT>/audio/.*
<PROJECT_ROOT>/compute/.*
<PROJECT_ROOT>/update-server/.*
[untyped]
; TODO(mc, 2019-06-28): upgrade react-select for types that don't fail
.*/node_modules/react-select/.*
[include]
[libs]
[lints]
deprecated-type=warn
; TODO(mc, 2019-06-28): turn this on once flow-typed defs have caught up
implicit-inexact-object=off
sketchy-null=warn
sketchy-number=warn
unnecessary-optional-chain=warn
untyped-type-import=error
[options]
module.name_mapper.extension='css' -> '@opentrons/components/interfaces/CSSModule.js'
module.ignore_non_literal_requires=true
merge_timeout=300
esproposal.optional_chaining=enable
[strict]
deprecated-type
nonstrict-import
sketchy-null
sketchy-number
unclear-type
unnecessary-optional-chain
unsafe-getters-setters
untyped-import
untyped-type-import