Skip to content

i18n linters - ESLint Vue

Part of https://gitlab.com/gitlab-org/manage/issues/20

We can lint for unwrapped strings (in simple/common cases) in Vue files using ESLint and the eslint-plugin-vue package.

After reading the issue tracker it seems other contributors to the plugin also want a no-bare-strings rule. Started in lbennett/eslint-plugin-vue!1 (closed). Still needs autofix functionality and needs to be verified against our codebase instead of just test cases.

Steps taken

Edited by Ezekiel Kigbo