-
Notifications
You must be signed in to change notification settings - Fork 2
/
.flowconfig
33 lines (27 loc) · 972 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
[ignore]
; stuffs
.*/node_modules/jest-validate
.*/node_modules/jest-enzyme
.*/node_modules/enzyme-matchers
[libs]
./config/decls
[lints]
# all=off by default
; all=warn
; untyped-type-import=error
; sketchy-null-bool=off
; sketchy-number=error
[options]
emoji=true
; include_warnings=true
; allow requiring non-js files (like webpack does)
module.name_mapper.extension='css' -> '<PROJECT_ROOT>/config/flow/css'
module.name_mapper.extension='scss' -> '<PROJECT_ROOT>/config/flow/css'
module.name_mapper.extension='jpg' -> '<PROJECT_ROOT>/config/flow/file'
module.name_mapper.extension='png' -> '<PROJECT_ROOT>/config/flow/file'
module.name_mapper.extension='svg' -> '<PROJECT_ROOT>/config/flow/file'
module.name_mapper.extension='woff' -> '<PROJECT_ROOT>/config/flow/file'
module.name_mapper.extension='woff2' -> '<PROJECT_ROOT>/config/flow/file'
suppress_type=$FlowIssue
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError