summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/releases/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/releases/constants.js')
-rw-r--r--app/assets/javascripts/releases/constants.js8
1 files changed, 2 insertions, 6 deletions
diff --git a/app/assets/javascripts/releases/constants.js b/app/assets/javascripts/releases/constants.js
index defcd917465..1db93323a87 100644
--- a/app/assets/javascripts/releases/constants.js
+++ b/app/assets/javascripts/releases/constants.js
@@ -1,7 +1,3 @@
-/* eslint-disable import/prefer-default-export */
-// This eslint-disable ^^^ can be removed when at least
-// one more constant is added to this file. Currently
-// constants.js files with only a single constant
-// are flagged by this rule.
-
export const MAX_MILESTONES_TO_DISPLAY = 5;
+
+export const BACK_URL_PARAM = 'back_url';