Skip to content

feat: lint against missing translation namespaces

This extends the require-string-literal-i18n-helpers and vue-require-string-literal-i18n-helpers to lint against using s__ without providing a translation namespace. To make room for the new check, the rules have been renamed to require-valid-i18n-helpers and vue-require-valid-i18n-helpers respectively. This gives us a more generic base rule to lint against incorrect uses of the translation helpers.

Related to #45 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports