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>2016-11-22 02:19:51 +0300
committerMike Greiling <mike@pixelcog.com>2016-11-22 21:19:51 +0300
commitbd0017c6d4e008474fcd87e979b3b4e3f93e39b1 (patch)
treed232acfac0d235b73e71703aedf6476c39692dc0 /app/assets/javascripts/tree.js
parent12e4f5bd777adb5cc035c84201ef67ad53e01237 (diff)
clean up globals exemptions within .eslintrc
Diffstat (limited to 'app/assets/javascripts/tree.js')
-rw-r--r--app/assets/javascripts/tree.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/tree.js b/app/assets/javascripts/tree.js
index 54c473d936d..f48a7ee0f55 100644
--- a/app/assets/javascripts/tree.js
+++ b/app/assets/javascripts/tree.js
@@ -1,4 +1,5 @@
/* eslint-disable func-names, space-before-function-paren, wrap-iife, max-len, quotes, consistent-return, no-var, one-var, one-var-declaration-per-line, no-else-return, prefer-arrow-callback, padded-blocks, max-len */
+/* global Turbolinks */
(function() {
this.TreeView = (function() {
function TreeView() {