diff options
author | Mike Greiling <mike@pixelcog.com> | 2019-06-13 19:15:26 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-06-13 19:15:26 +0000 |
commit | 40d309cc7875ebb7c1178da6a088399266ce263b (patch) | |
tree | a4958573eccc885abde1fd924b559c5eca6eacc7 /yarn.lock | |
parent | ea9fcebfdf2aff296d3176ae57b909849d036c0b (diff) | |
parent | 3d8163dcf6070a9e73fa1e8e31a65375ff5770d2 (diff) | |
download | gitlab-ce-40d309cc7875ebb7c1178da6a088399266ce263b.tar.gz |
Merge branch '59733-autofix-i18n-offences-in-js-files-using-eslint' into 'master'
"Add ESLint i18n plugin"
Closes #62359
See merge request gitlab-org/gitlab-ce!26789
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock index b6d31ea08e6..dddf01414b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -693,6 +693,13 @@ eslint-plugin-promise "^4.1.1" eslint-plugin-vue "^5.0.0" +"@gitlab/eslint-plugin-i18n@^1.0.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@gitlab/eslint-plugin-i18n/-/eslint-plugin-i18n-1.1.0.tgz#e494d599e644ce3a094ea85f87dbbda41a924c5e" + integrity sha512-Cwm7sLtQnUDqvxE9Ez8UMslyosPCpMVLxBnFb+2n6QcBZmXRao4aNSVRkmlsDZYgYegWhOGn3Qq3MLy4BSqauQ== + dependencies: + requireindex "~1.1.0" + "@gitlab/svgs@^1.63.0": version "1.63.0" resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.63.0.tgz#9dd544026d203e4ce6efed72b05db68f710c4d49" @@ -9439,6 +9446,11 @@ require-uncached@^1.0.3: caller-path "^0.1.0" resolve-from "^1.0.0" +requireindex@~1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.1.0.tgz#e5404b81557ef75db6e49c5a72004893fe03e162" + integrity sha1-5UBLgVV+91225JxacgBIk/4D4WI= + requires-port@1.x.x, requires-port@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" |