Commit 85611b1a authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'upgrade-eslint-930' into 'master'

Upgrade @gitlab/eslint-plugin to v9.3.0

See merge request gitlab-org/gitlab!69622
parents 47fa123b 0bca259f
...@@ -88,6 +88,7 @@ export default { ...@@ -88,6 +88,7 @@ export default {
data-testid="month-dropdown-item" data-testid="month-dropdown-item"
@click="changeSelectedMonth(monthName)" @click="changeSelectedMonth(monthName)"
> >
<!-- eslint-disable-next-line @gitlab/vue-require-string-literal-i18n-helpers -->
<gl-sprintf :message="__(monthName)" /> <gl-sprintf :message="__(monthName)" />
</gl-dropdown-item> </gl-dropdown-item>
</gl-dropdown> </gl-dropdown>
......
...@@ -55,6 +55,7 @@ export default { ...@@ -55,6 +55,7 @@ export default {
class="js-dismiss-btn" class="js-dismiss-btn"
@click="handleDismissClick" @click="handleDismissClick"
> >
<!-- eslint-disable-next-line @gitlab/vue-require-string-literal-i18n-helpers -->
{{ __(buttonText) }} {{ __(buttonText) }}
</gl-button> </gl-button>
<gl-button <gl-button
......
...@@ -147,6 +147,7 @@ export default { ...@@ -147,6 +147,7 @@ export default {
data-qa-selector="create_issue_button" data-qa-selector="create_issue_button"
@click="$emit(actionButtons[0].action)" @click="$emit(actionButtons[0].action)"
> >
<!-- eslint-disable-next-line @gitlab/vue-require-string-literal-i18n-helpers -->
{{ __(actionButtons[0].name) }} {{ __(actionButtons[0].name) }}
</gl-button> </gl-button>
</div> </div>
......
...@@ -933,10 +933,10 @@ ...@@ -933,10 +933,10 @@
resolved "https://registry.yarnpkg.com/@gitlab/at.js/-/at.js-1.5.7.tgz#1ee6f838cc4410a1d797770934df91d90df8179e" resolved "https://registry.yarnpkg.com/@gitlab/at.js/-/at.js-1.5.7.tgz#1ee6f838cc4410a1d797770934df91d90df8179e"
integrity sha512-c6ySRK/Ma7lxwpIVbSAF3P+xiTLrNTGTLRx4/pHK111AdFxwgUwrYF6aVZFXvmG65jHOJHoa0eQQ21RW6rm0Rg== integrity sha512-c6ySRK/Ma7lxwpIVbSAF3P+xiTLrNTGTLRx4/pHK111AdFxwgUwrYF6aVZFXvmG65jHOJHoa0eQQ21RW6rm0Rg==
"@gitlab/eslint-plugin@9.2.0": "@gitlab/eslint-plugin@9.3.0":
version "9.2.0" version "9.3.0"
resolved "https://registry.yarnpkg.com/@gitlab/eslint-plugin/-/eslint-plugin-9.2.0.tgz#a281883ebe3cd06a88503c590525a191eb78a885" resolved "https://registry.yarnpkg.com/@gitlab/eslint-plugin/-/eslint-plugin-9.3.0.tgz#c1765b28d5a2a29143c0a556650fb7527cd9ab0d"
integrity sha512-iVANLTwn5S4efVUWKX5crLTUChrh3HvAnUrVvLEXTgBw/Aup4t4L5tYLs5YOh5ofw08SUEaaxvAq5ooSqSPqCA== integrity sha512-c0bR9sgZuyHsC8xzYNrTl6koXBrLgBnVGG2UWwRbs8QnAF0Sf3LTPMjq0vulXZgKqPvMG++em0O5d6nN+oWvuQ==
dependencies: dependencies:
babel-eslint "^10.0.3" babel-eslint "^10.0.3"
eslint-config-airbnb-base "^14.2.1" eslint-config-airbnb-base "^14.2.1"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment