mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
Co-authored-by: Dan Abramov <dan.abramov@me.com> Co-authored-by: Sylwia Vargas <sylwia.vargas@gmail.com> Co-authored-by: Dan Lebowitz <dan.lebo@me.com> Co-authored-by: Razvan Gradinar <grazvan@fb.com> Co-authored-by: Jared Palmer <jared@palmer.net> Co-authored-by: Dane Grant <danecando@gmail.com> Co-authored-by: Dustin Goodman <dustin.s.goodman@gmail.com> Co-authored-by: Rick Hanlon <rickhanlonii@gmail.com> Co-authored-by: Maggie Appleton <maggie.fm.appleton@gmail.com> Co-authored-by: Alex Moldovan <alex.n.moldovan@gmail.com> Co-authored-by: Ives van Hoorne <ives.v.h@gmail.com> Co-authored-by: Brian Vaughn <bvaughn@fb.com> Co-authored-by: Dmitri Pavlutin <dpavlutin@gmail.com>
37 lines
963 B
Plaintext
37 lines
963 B
Plaintext
[ignore]
|
|
|
|
<PROJECT_ROOT>/beta/.*
|
|
<PROJECT_ROOT>/content/.*
|
|
<PROJECT_ROOT>/node_modules/.*
|
|
<PROJECT_ROOT>/public/.*
|
|
|
|
[include]
|
|
|
|
[libs]
|
|
./node_modules/fbjs/flow/lib/dev.js
|
|
./flow
|
|
|
|
[options]
|
|
module.system=haste
|
|
module.system.node.resolve_dirname=node_modules
|
|
module.system.node.resolve_dirname=src
|
|
|
|
esproposal.class_static_fields=enable
|
|
esproposal.class_instance_fields=enable
|
|
unsafe.enable_getters_and_setters=true
|
|
|
|
munge_underscores=false
|
|
|
|
suppress_type=$FlowIssue
|
|
suppress_type=$FlowFixMe
|
|
suppress_type=$FixMe
|
|
suppress_type=$FlowExpectedError
|
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3[0-3]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*www[a-z,_]*\\)?)\\)
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(3[0-3]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*www[a-z,_]*\\)?)\\)?:? #[0-9]+
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
|
|
|
[version]
|
|
^0.56.0
|