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:
authorLukas Eipert <leipert@gitlab.com>2018-06-16 16:20:30 +0300
committerLukas Eipert <leipert@gitlab.com>2018-06-20 15:28:28 +0300
commit0e6441164f74a76b4b3decd3c0b0d8d31e15c815 (patch)
treedfd2fcf27f0f0a1016dad23dcc796cb3440f9cc5 /app/assets/javascripts/syntax_highlight.js
parenta0a05a05f7d4353753852374f0a16a18c62ae843 (diff)
remove all unused eslint-disable rules
Diffstat (limited to 'app/assets/javascripts/syntax_highlight.js')
-rw-r--r--app/assets/javascripts/syntax_highlight.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/syntax_highlight.js b/app/assets/javascripts/syntax_highlight.js
index f52990ba232..37f3dd4b496 100644
--- a/app/assets/javascripts/syntax_highlight.js
+++ b/app/assets/javascripts/syntax_highlight.js
@@ -1,4 +1,4 @@
-/* eslint-disable func-names, space-before-function-paren, consistent-return, no-var, no-else-return, prefer-arrow-callback, max-len */
+/* eslint-disable consistent-return, no-else-return */
import $ from 'jquery';