-
Notifications
You must be signed in to change notification settings - Fork 195
Expand file tree
/
Copy path.flowconfig
More file actions
37 lines (31 loc) · 1.12 KB
/
Copy path.flowconfig
File metadata and controls
37 lines (31 loc) · 1.12 KB
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
[version]
0.314.0
[ignore]
.*/malformed_package_json/.*
<PROJECT_ROOT>/.*/__tests__/.*
[include]
[declarations]
.*/node_modules/.*
[options]
casting_syntax=as
component_syntax=true
module.name_mapper='^react-strict-dom$' -> '<PROJECT_ROOT>/packages/react-strict-dom/dist/native/index.js.flow'
module.system.node.resolve_dirname=flow_modules
module.system.node.resolve_dirname=node_modules
react.runtime=automatic
experimental.allow_variance_keywords=true
experimental.deprecated_utilities='$ReadOnlyArray' -> '<PROJECT_ROOT>/'
experimental.deprecated_utilities='$NonMaybeType' -> '<PROJECT_ROOT>/'
experimental.deprecated_utilities='$ReadOnly' -> '<PROJECT_ROOT>/'
experimental.deprecated_utilities='mixed' -> '<PROJECT_ROOT>/'
experimental.deprecated_utilities='$ReadOnlyMap' -> '<PROJECT_ROOT>/'
experimental.deprecated_utilities='$ReadOnlySet' -> '<PROJECT_ROOT>/'
experimental.deprecated_utilities='$Keys' -> '<PROJECT_ROOT>/'
experimental.deprecated_utilities='$Values' -> '<PROJECT_ROOT>/'
experimental.deprecated_colon_extends=<PROJECT_ROOT>/
[strict]
nonstrict-import
sketchy-null
unclear-type
untyped-import
untyped-type-import