summaryrefslogtreecommitdiff
path: root/.eslintrc.yml
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-12-06 02:24:01 -0600
committerMike Greiling <mike@pixelcog.com>2018-12-11 17:08:30 -0600
commit0905792987b72d6735d5bdaecc4ee59a986c0298 (patch)
treeac00ef226d630481229c3b5f2a2bbae577a27da1 /.eslintrc.yml
parentc35260a3c57ba19132ce64acfb0dcb64d5510434 (diff)
downloadgitlab-ce-0905792987b72d6735d5bdaecc4ee59a986c0298.tar.gz
Disable vue/use-v-on-exact due to confusing rule violations
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index ecd9f57b075..b0794bb7434 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -33,3 +33,4 @@ rules:
vue/no-unused-components: off
vue/no-use-v-if-with-v-for: off
vue/no-v-html: off
+ vue/use-v-on-exact: off