summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/tree.js
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-11-21 17:19:51 -0600
committerMike Greiling <mike@pixelcog.com>2016-11-22 12:19:51 -0600
commitbd0017c6d4e008474fcd87e979b3b4e3f93e39b1 (patch)
treed232acfac0d235b73e71703aedf6476c39692dc0 /app/assets/javascripts/tree.js
parent12e4f5bd777adb5cc035c84201ef67ad53e01237 (diff)
downloadgitlab-ce-bd0017c6d4e008474fcd87e979b3b4e3f93e39b1.tar.gz
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() {