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:
authorMike Greiling <mike@pixelcog.com>2018-10-09 18:25:53 +0300
committerFatih Acet <acetfatih@gmail.com>2018-10-09 18:25:53 +0300
commitd76190371c1ab3ab08f11604aa06196c2acd7138 (patch)
tree6612104ab5d7910ba84079982ea4ad5388c05865 /app/assets/javascripts/zen_mode.js
parentb46894b15b6840c1cc8300120e2fd2ccb0dcc97f (diff)
Resolve "Harmonize prettier and eslint configs"
Diffstat (limited to 'app/assets/javascripts/zen_mode.js')
-rw-r--r--app/assets/javascripts/zen_mode.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/zen_mode.js b/app/assets/javascripts/zen_mode.js
index 0138c9be803..bdb2351c344 100644
--- a/app/assets/javascripts/zen_mode.js
+++ b/app/assets/javascripts/zen_mode.js
@@ -1,4 +1,4 @@
-/* eslint-disable func-names, wrap-iife, prefer-arrow-callback, no-unused-vars, consistent-return, camelcase, comma-dangle, max-len, class-methods-use-this */
+/* eslint-disable func-names, prefer-arrow-callback, no-unused-vars, consistent-return, camelcase, class-methods-use-this */
// Zen Mode (full screen) textarea
//