Skip to content

Disable @gitlab/require-i18n-strings in all stories

Paul Gascou-Vaillancourt requested to merge disable-i18n-stories into master

What does this MR do and why?

Up until now, we had to manually disable the @gitlab/require-i18n-strings ESLint in each individual .stories.js file that passed some test strings to its stories. However, we'll likely never internationalize strings in Storybook, so we might as well disable the rule for all stories. This applies the override in the main .eslintrc.yml file and removes individual eslint-disable directives from the .stories.js files.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports