Releases: BedrockStreaming/eslint-plugin-m6web-i18n
Releases · BedrockStreaming/eslint-plugin-m6web-i18n
Fix usage of interpolation in pluralized keys
This release fixes an issue while using interpolation data within pluralized keys. It also adds a check for usage of keys that are not pointing to string value.
Translate interpolation
Add support for translate interpolation via the m6web-i18n/interpolation-data
rule
Fix compatibility with prettier-eslint
Fixes
- prettier-eslint seems to remove the plugin config in the
settings
key. To allow prettier-eslint to work, the plugin doesn't fail anymore if no config is provided, but it doesn't lint anything.
First release
v0.1.0 init