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:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-11-15 17:08:06 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-11-15 19:30:34 +0300
commit7cefaea876da9e25a1c3ea870f4e4b070a196905 (patch)
tree4af3de56766f1db20930d5395616258a6fab9320 /app/assets/javascripts/graphs/graphs_bundle.js
parentb3616e3074202d63a4ed03bbe94b14a4488c7800 (diff)
explicitly disable eslint inline
Diffstat (limited to 'app/assets/javascripts/graphs/graphs_bundle.js')
-rw-r--r--app/assets/javascripts/graphs/graphs_bundle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/graphs/graphs_bundle.js b/app/assets/javascripts/graphs/graphs_bundle.js
index e103748d499..32c26349da0 100644
--- a/app/assets/javascripts/graphs/graphs_bundle.js
+++ b/app/assets/javascripts/graphs/graphs_bundle.js
@@ -1,4 +1,4 @@
-/* eslint-disable */
+/* eslint-disable func-names, space-before-function-paren */
// This is a manifest file that'll be compiled into including all the files listed below.
// Add new JavaScript code in separate files in this directory and they'll automatically
// be included in the compiled file accessible from http://example.com/assets/application.js