2018-05-15 10:39:53 +00:00
|
|
|
[ignore]
|
|
|
|
|
|
|
|
<PROJECT_ROOT>/documentation/.*
|
|
|
|
<PROJECT_ROOT>/node_modules/.*
|
|
|
|
|
|
|
|
[include]
|
|
|
|
|
2018-07-03 12:54:06 +00:00
|
|
|
|
2018-05-15 10:39:53 +00:00
|
|
|
[libs]
|
|
|
|
|
|
|
|
[options]
|
|
|
|
esproposal.class_static_fields=enable
|
|
|
|
esproposal.class_instance_fields=enable
|
2018-09-10 15:57:37 +00:00
|
|
|
esproposal.optional_chaining=enable
|
2018-05-15 10:39:53 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
2018-06-18 09:10:26 +00:00
|
|
|
module.name_mapper='^Engine\(.*\)$' -> '<PROJECT_ROOT>/source/engine\1'
|
2018-07-12 08:09:41 +00:00
|
|
|
module.name_mapper='^Règles\(.*\)$' -> '<PROJECT_ROOT>/source/règles\1'
|
|
|
|
module.name_mapper='^Ui\(.*\)$' -> '<PROJECT_ROOT>/source/components/ui\1'
|
|
|
|
module.name_mapper='^Components\(.*\)$' -> '<PROJECT_ROOT>/source/components\1'
|
|
|
|
module.name_mapper='^Selectors\(.*\)$' -> '<PROJECT_ROOT>/source/selectors\1'
|
|
|
|
module.name_mapper='^Reducers\(.*\)$' -> '<PROJECT_ROOT>/source/reducers\1'
|
|
|
|
module.name_mapper='^Actions\(.*\)$' -> '<PROJECT_ROOT>/source/actions\1'
|
2018-08-06 09:43:04 +00:00
|
|
|
module.name_mapper='^Types\(.*\)$' -> '<PROJECT_ROOT>/source/types\1'
|
2018-09-10 15:57:37 +00:00
|
|
|
module.name_mapper='^Images\(.*\)$' -> '<PROJECT_ROOT>/source/images\1'
|