diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-14 06:10:18 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-14 06:10:18 +0000 |
commit | 54a8c42f35399da6e259baef16b9cc9be287d59e (patch) | |
tree | 51dfe467d7e1514fb6c2a3aabfa079717cb7191d /.eslintrc.yml | |
parent | 8f30cb223b5e15af8b21ff313e81f70d46c5a42a (diff) | |
download | gitlab-ce-54a8c42f35399da6e259baef16b9cc9be287d59e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.eslintrc.yml')
-rw-r--r-- | .eslintrc.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml index 7ec7abca2e4..b1a65df946a 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -31,11 +31,6 @@ rules: - error - allowElseIf: true lines-between-class-members: off - # Disabled for now, to make the plugin-vue 4.5 -> 5.0 update smoother - vue/no-confusing-v-for-v-if: error - vue/no-use-v-if-with-v-for: off - vue/no-v-html: error - vue/use-v-on-exact: off # all offenses of no-jquery/no-animate-toggle are false positives ( $toast.show() ) no-jquery/no-animate-toggle: off no-jquery/no-event-shorthand: off |