[ignore]
<PROJECT_ROOT>/dist/.*
<PROJECT_ROOT>/utils/.*
<PROJECT_ROOT>/examples/.*
<PROJECT_ROOT>/node_modules/.*/test/.*
<PROJECT_ROOT>/node_modules/.*/__tests__/.*
<PROJECT_ROOT>/node_modules/esbuild-plugin-flow/.*
<PROJECT_ROOT>/node_modules/hermes-estree/dist/generated/.*
<PROJECT_ROOT>/node_modules/hermes-estree/dist/.*
<PROJECT_ROOT>/node_modules/hermes-parser/dist/.*
<PROJECT_ROOT>/lib/utils/__tests__/.*
<PROJECT_ROOT>/lib/environment/utils/__tests__/.*
<PROJECT_ROOT>/lib/modules/backupAndRestore/__tests__/.*

[include]

[libs]
./flow/lib

[options]
module.use_strict=true

esproposal.export_star_as=enable
esproposal.optional_chaining=enable

suppress_type=$FlowIssue
suppress_type=$FlowIgnore
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue
suppress_comment=\\(.\\|\n\\)*\\$FlowIgnore

[version]
0.84.0
