forked from graphql/express-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
58 lines (52 loc) · 1.43 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
[ignore]
.*
!<PROJECT_ROOT>/src
!<PROJECT_ROOT>/node_modules/express
!<PROJECT_ROOT>/node_modules/restify
!<PROJECT_ROOT>/node_modules/connect
!<PROJECT_ROOT>/node_modules/graphql
!<PROJECT_ROOT>/node_modules/accepts
!<PROJECT_ROOT>/node_modules/iterall
!<PROJECT_ROOT>/node_modules/raw-body
!<PROJECT_ROOT>/node_modules/body-parser
!<PROJECT_ROOT>/node_modules/http-errors
!<PROJECT_ROOT>/node_modules/content-type
!<PROJECT_ROOT>/node_modules/chai
!<PROJECT_ROOT>/node_modules/mocha
!<PROJECT_ROOT>/node_modules/sinon
!<PROJECT_ROOT>/node_modules/multer
!<PROJECT_ROOT>/node_modules/supertest
[declarations]
<PROJECT_ROOT>/node_modules/graphql
[include]
[libs]
[lints]
sketchy-null-bool=off
sketchy-null-string=error
sketchy-null-number=error
sketchy-null-mixed=off
sketchy-number=error
untyped-type-import=error
nonstrict-import=error
untyped-import=off
unclear-type=off
deprecated-type=error
deprecated-utility=error
dynamic-export=off
unsafe-getters-setters=error
unnecessary-optional-chain=error
unnecessary-invariant=error
signature-verification-failure=error
implicit-inexact-object=error
ambiguous-object-type=error
uninitialized-instance-property=error
unsafe-addition=error
[options]
include_warnings=true
module.use_strict=true
babel_loose_array_spread=true
esproposal.optional_chaining=enable
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest
[version]
^0.125.0