mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 04:05:01 +00:00
22 lines
428 B
Text
22 lines
428 B
Text
|
[ignore]
|
||
|
|
||
|
<PROJECT_ROOT>/documentation/.*
|
||
|
<PROJECT_ROOT>/node_modules/.*
|
||
|
|
||
|
[include]
|
||
|
|
||
|
[libs]
|
||
|
|
||
|
[options]
|
||
|
esproposal.class_static_fields=enable
|
||
|
esproposal.class_instance_fields=enable
|
||
|
|
||
|
suppress_type=$FlowIssue
|
||
|
suppress_type=$FlowFixMe
|
||
|
suppress_type=$FixMe
|
||
|
suppress_type=$FlowExpectedError
|
||
|
|
||
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
|
||
|
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue
|
||
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|