Skip to content

feat: add vue-require-string-literal-i18n-helpers rule

Paul Gascou-Vaillancourt requested to merge 43-i18n-string-literals-vue into master

This adds the vue-require-string-literal-i18n-helpers rule to lint against improper uses of the i18n helpers in Vue templates. This is identical to the require-string-literal-i18n-helpers rule, but for Vue templates.

Related to #43 (closed)

Merge request reports