chore: application prettier

This commit is contained in:
Luc SORIGNET
2025-04-15 19:37:47 +02:00
parent dd0884bbce
commit f7666c894b
174 changed files with 10609 additions and 8760 deletions

View File

@ -5,7 +5,7 @@ export const WEEKDAYS = [
{ id: 4, name: 'Jeudi' },
{ id: 5, name: 'Vendredi' },
{ id: 6, name: 'Samedi' },
{ id: 7, name: 'Dimanche' }
{ id: 7, name: 'Dimanche' },
];
export const DEFAULT_EVENT = {
@ -18,13 +18,13 @@ export const DEFAULT_EVENT = {
color: '#10b981',
recurrence: 'none',
selectedDays: [],
recurrenceEnd: ''
recurrenceEnd: '',
};
export const VIEW_TYPES = {
WEEK: 'week',
MONTH: 'month',
YEAR: 'year'
YEAR: 'year',
};
export const TIME_SLOTS = Array.from({ length: 24 }, (_, i) => i);
export const TIME_SLOTS = Array.from({ length: 24 }, (_, i) => i);