diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-12-06 02:24:01 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-12-11 17:08:30 -0600 |
commit | 0905792987b72d6735d5bdaecc4ee59a986c0298 (patch) | |
tree | ac00ef226d630481229c3b5f2a2bbae577a27da1 /.eslintrc.yml | |
parent | c35260a3c57ba19132ce64acfb0dcb64d5510434 (diff) | |
download | gitlab-ce-0905792987b72d6735d5bdaecc4ee59a986c0298.tar.gz |
Disable vue/use-v-on-exact due to confusing rule violations
Diffstat (limited to '.eslintrc.yml')
-rw-r--r-- | .eslintrc.yml | 1 |
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 |