summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/releases/list/constants.js
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;