-
Notifications
You must be signed in to change notification settings - Fork 406
Expand file tree
/
Copy path.flowconfig
More file actions
31 lines (26 loc) · 847 Bytes
/
.flowconfig
File metadata and controls
31 lines (26 loc) · 847 Bytes
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
[ignore]
.*/build/.*
.*/dist/.*
.*/example-*/.*
.*/lib/.*
.*/malformed_package_json/.*
[include]
[lints]
[options]
experimental.pattern_matching=true
component_syntax=true
enums=true
emoji=true
casting_syntax=as
exact_by_default=true
experimental.const_params=true
module.use_strict=true
munge_underscores=true
module.name_mapper='^@stylexjs/babel-plugin$' -> '<PROJECT_ROOT>/packages/@stylexjs/babel-plugin/src/index.js'
module.name_mapper='^@stylexjs/stylex$' -> '<PROJECT_ROOT>/packages/@stylexjs/stylex/src/stylex.js'
module.name_mapper='^@stylexjs/shared$' -> '<PROJECT_ROOT>/packages/@stylexjs/shared/src/index.js'
module.name_mapper='^style-value-parser$' -> '<PROJECT_ROOT>/packages/style-value-parser/src/index.js'
; type-stubs
module.system.node.resolve_dirname=flow_modules
module.system.node.resolve_dirname=node_modules
[strict]