forked from sozialhelden/wheelmap-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.flowconfig
More file actions
26 lines (23 loc) · 791 Bytes
/
.flowconfig
File metadata and controls
26 lines (23 loc) · 791 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
[include]
[libs]
flow-typed
./node_modules/fbjs/flow/lib
[options]
# Absolute path support:
# e.g. "/collections/todos"
# module.name_mapper='^\/\(.*\)$' -> '<PROJECT_ROOT>/\1'
module.name_mapper='.*\.css$' -> 'empty/object'
unsafe.enable_getters_and_setters=true
module.system=haste
esproposal.class_instance_fields=enable
esproposal.class_static_fields=enable
# Ignore flow warning about not supporting decorator types fully yet
esproposal.decorators=ignore
suppress_type=$FlowFixMe
[ignore]
.*/node_modules/styled-components/src/no-parser/.*
.*/node_modules/styled-components/src/.*test.*
.*/node_modules/styled-components/src/.*native.*
.*/node_modules/styled-components/src/.*Native.*
.*/node_modules/styled-components/src/.*primitives.*
.*/node_modules/accessibility-cloud-widget/.*