Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-12-06 11:24:01 +0300
committerMike Greiling <mike@pixelcog.com>2018-12-12 02:08:30 +0300
commit0905792987b72d6735d5bdaecc4ee59a986c0298 (patch)
treeac00ef226d630481229c3b5f2a2bbae577a27da1 /.eslintrc.yml
parentc35260a3c57ba19132ce64acfb0dcb64d5510434 (diff)
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