2018-05-15 10:39:53 +00:00
|
|
|
[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
|
2018-06-06 08:22:46 +00:00
|
|
|
|
|
|
|
module.name_mapper='^Components\(.*\)$' -> '<PROJECT_ROOT>/source/components\1'
|
2018-06-18 09:10:26 +00:00
|
|
|
module.name_mapper='^Engine\(.*\)$' -> '<PROJECT_ROOT>/source/engine\1'
|
|
|
|
module.name_mapper='^Selectors\(.*\)$' -> '<PROJECT_ROOT>/source/selectors\1'
|