Skip to content

Releases: BedrockStreaming/eslint-plugin-m6web-i18n

Fix usage of interpolation in pluralized keys

01 Aug 08:25
Compare
Choose a tag to compare

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

11 Jul 14:14
Compare
Choose a tag to compare

Add support for translate interpolation via the m6web-i18n/interpolation-data rule

Fix compatibility with prettier-eslint

16 Jun 09:51
Compare
Choose a tag to compare

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

16 Jun 09:48
Compare
Choose a tag to compare
v0.1.0

init