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

25 lines
562 B
Plaintext

[ignore]
.*/node_modules/styled-components/.*
.*/node_modules/react-side-effect/.*
.*/node_modules/fbjs/.*
[libs]
[options]
emoji=true
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=frontend
module.name_mapper='^\(.*\)\.s?css$' -> 'empty/object'
module.file_ext=.js
module.file_ext=.scss
esproposal.decorators=ignore
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
unsafe.enable_getters_and_setters=true
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue