debian-mirror-gitlab/app/assets/javascripts/releases/constants.js

8 lines
284 B
JavaScript
Raw Normal View History

2020-01-01 13:55:28 +05:30
/* 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;