diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-03 18:06:49 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-03 18:06:49 +0000 |
commit | ab7cf450ba19cf80b9534f25dc707b33845e3014 (patch) | |
tree | bbfa6aba83c48aea68d79c4179ce576b6eec326d /.eslintrc.yml | |
parent | 4204cf308596e0e26f578a6e2da88f49c0f4aad9 (diff) | |
download | gitlab-ce-ab7cf450ba19cf80b9534f25dc707b33845e3014.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.eslintrc.yml')
-rw-r--r-- | .eslintrc.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml index db03486e9fb..6366feaf897 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -31,7 +31,6 @@ rules: - error - allowElseIf: true import/no-cycle: warn - import/no-unresolved: warn import/no-useless-path-segments: off import/order: warn lines-between-class-members: off |