Skip to content

Commit adf3567

Browse files
authored
Fix linter issue with trailing comma in time utils
1 parent e74e58e commit adf3567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/utils/time.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const dateLocales = {
44
monthsShort: 'Jan_Feb_März_Apr_Mai_Juni_Juli_Aug_Sept_Okt_Nov_Dez'.split('_'),
55
weekdays: 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'),
66
weekdaysShort: 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),
7-
weekdaysLetter: 'S_M_D_M_D_F_S'.split('_'),
7+
weekdaysLetter: 'S_M_D_M_D_F_S'.split('_')
88
},
99
en: {
1010
months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),

0 commit comments

Comments
 (0)