summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es6
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-11-18 19:38:29 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-11-21 13:57:11 -0500
commit1a7cc190b734731f936c9aa067bf5ac2d46ef2c6 (patch)
tree22bd77d0ea5cb08141da425c711b41ede9505412 /app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es6
parent283134a7def2ace2c3da5aa36db6bc29e46e8bed (diff)
downloadgitlab-ce-1a7cc190b734731f936c9aa067bf5ac2d46ef2c6.tar.gz
Make linters happy
Diffstat (limited to 'app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es6')
-rw-r--r--app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es65
1 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es6 b/app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es6
index 051271bc053..a6b6d817a82 100644
--- a/app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es6
+++ b/app/assets/javascripts/cycle_analytics/components/stage_production_component.js.es6
@@ -1,5 +1,5 @@
+/* eslint-disable no-param-reassign */
((global) => {
-
global.cycleAnalytics = global.cycleAnalytics || {};
global.cycleAnalytics.StageProductionComponent = Vue.extend({
@@ -40,7 +40,6 @@
</li>
</ul>
</div>
- `
+ `,
});
-
})(window.gl || (window.gl = {}));