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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-28 18:08:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-28 18:08:03 +0300
commit59469a17821eda8a34d08b1e46584e902d1e963a (patch)
tree504eb7237ea7cadb589e0791fa243f7bf93237a7 /.eslintrc.yml
parente2b92514e3def8074c0855100632ebb9935d2a19 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index b1847fd9c6b..b6abb574e19 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -17,14 +17,6 @@ settings:
webpack:
config: './config/webpack.config.js'
rules:
- # BEGIN Disallow deprecated slot syntax
- # TODO: Remove once
- # https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/issues/31 is closed
- # and consumed by GitLab.
- vue/no-deprecated-scope-attribute: error
- vue/no-deprecated-slot-attribute: error
- vue/no-deprecated-slot-scope-attribute: error
- # END Disallow deprecated slot syntax
import/no-commonjs: error
import/no-default-export: off
no-underscore-dangle: