-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.flowconfig
More file actions
21 lines (17 loc) · 730 Bytes
/
.flowconfig
File metadata and controls
21 lines (17 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[ignore]
.*/build/.*
.*/node_modules/fbjs/.*
.*/node_modules/nock/.*
.*/node_modules/stylelint/.*
.*/node_modules/babel-plugin-transform-react-remove-prop-types/.*
[include]
[libs]
[options]
module.name_mapper='.*\.\(css\|sass\|scss\|less\)$' -> '<PROJECT_ROOT>/flow/css-modules.js.flow'
module.name_mapper='.*\.\(svg\|png\|jpg\|jpeg\|gif\)$' -> '<PROJECT_ROOT>/flow/webpack-assets.js.flow'
module.name_mapper='^client\/\(.*\)$' -> '<PROJECT_ROOT>/app/client/\1'
module.name_mapper='^server\/\(.*\)$' -> '<PROJECT_ROOT>/app/server/\1'
module.name_mapper='^share\/\(.*\)$' -> '<PROJECT_ROOT>/app/share/\1'
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe