You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
963 B
36 lines
963 B
[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
|
|
|