Skip to content

Commit

Permalink
style: disable eslint no-duplicate-enum-values for lead-time
Browse files Browse the repository at this point in the history
  • Loading branch information
gulfaraz committed Jul 15, 2024
1 parent 2038a4b commit 002b833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interfaces/IBF-dashboard/src/app/types/lead-time.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-duplicate-enum-values */

export enum LeadTime {
day0 = '0-day',
day1 = '1-day',
Expand Down

0 comments on commit 002b833

Please sign in to comment.