forked from parcel-bundler/parcel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
40 lines (34 loc) · 885 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
[ignore]
.*/node_modules/@choojs/**/.*
.*/node_modules/config-chain/.*
.*/node_modules/graphviz/documentation.json
<PROJECT_ROOT>/packages/core/parcel-bundler/test/integration/.*
<PROJECT_ROOT>/.nyc_output/.*
.*/tmp/**/.*
.*/.parcel-cache/.*
<PROJECT_ROOT>/packages/core/integration-tests/dist/**
<PROJECT_ROOT>/packages/core/integration-tests/test/input/**
<PROJECT_ROOT>/packages/core/integration-tests/test/integration/**
[include]
[libs]
flow-libs/
[lints]
implicit-inexact-object=error
untyped-type-import=error
[options]
esproposal.export_star_as=enable
esproposal.nullish_coalescing=enable
esproposal.optional_chaining=enable
module.system.node.main_field=source
module.system.node.main_field=main
[strict]
nonstrict-import
sketchy-null-number
sketchy-null-string
sketchy-null-mixed
unclear-type
unsafe-getters-setters
untyped-import
untyped-type-import
[version]
0.121.0