This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/.flowconfig

36 lines
768 B
Plaintext
Raw Normal View History

2017-05-12 00:23:56 +00:00
[include]
2017-10-26 05:49:04 +00:00
.*/app/.*
.*/server/.*
.*/shared/.*
2017-05-12 00:23:56 +00:00
[ignore]
2017-05-10 06:14:24 +00:00
.*/node_modules/styled-components/.*
2017-07-09 17:59:33 +00:00
.*/node_modules/polished/.*
2017-05-10 06:14:24 +00:00
.*/node_modules/react-side-effect/.*
.*/node_modules/fbjs/.*
2017-05-12 00:23:56 +00:00
.*/node_modules/config-chain/.*
2017-05-23 05:16:47 +00:00
*.test.js
[libs]
[options]
2017-05-04 05:49:29 +00:00
emoji=true
module.system.node.resolve_dirname=node_modules
2017-10-26 05:49:04 +00:00
module.system.node.resolve_dirname=app
2017-05-04 05:49:29 +00:00
module.name_mapper='^\(.*\)\.s?css$' -> 'empty/object'
2017-05-12 00:23:56 +00:00
module.name_mapper='^\(.*\)\.md$' -> 'empty/object'
2017-05-10 06:14:24 +00:00
module.file_ext=.js
2017-05-04 05:49:29 +00:00
module.file_ext=.scss
2017-05-12 00:23:56 +00:00
module.file_ext=.md
module.file_ext=.json
2017-05-04 05:49:29 +00:00
esproposal.decorators=ignore
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
unsafe.enable_getters_and_setters=true
2017-05-04 05:49:29 +00:00
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue