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

41 lines
946 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/.*
2018-03-07 05:00:44 +00:00
.*/node_modules/slate-edit-code/example/.*
.*/node_modules/slate-edit-code/lib/.*
2017-12-03 07:14:27 +00:00
.*/node_modules/slate-edit-list/.*
.*/node_modules/slate-prism/.*
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-10-27 05:42:08 +00:00
module.name_mapper='^shared\/\(.*\)$' -> '<PROJECT_ROOT>/shared/\1'
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
2017-05-04 05:49:29 +00:00
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue