Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « releases « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: defcd917465d2df61280111f021d92a722fa0701 (plain)
1
2
3
4
5
6
7
/* 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;