gilbsgilbs/babel-plugin-i18next-extract

View on GitHub
docs/templates/configuration.md

Summary

Maintainability
Test Coverage
# Configuration

Here is the exhaustive list of configuration options you can pass to the plugin.

{%- for option in configOptions %}
## {{ option.name }}

- **Type**: `{{ option.type }}`
- **Description**: {{ option.description | trim | indent(2) }}
- **Default value**: `{{ option.defaultValue }}`

{% if 0 < (option.examples | length) %}
{% for example in option.examples %}
#### Example: {{ example.name }}

{{ example.md }}
{% endfor %}
{% endif %}
{% endfor %}