1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

style: fix eslint

This commit is contained in:
2024-04-13 19:13:48 +02:00
parent 7febe6d1f9
commit 23d9caf578
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
export const BIRTH_DATE_DAY = "31" as const
export const BIRTH_DATE_MONTH = "03" as const
export const BIRTH_DATE_YEAR = "2003" as const
export const BIRTH_DATE_DAY = "31"
export const BIRTH_DATE_MONTH = "03"
export const BIRTH_DATE_YEAR = "2003"
export const BIRTH_DATE_STRING =
`${BIRTH_DATE_DAY}/${BIRTH_DATE_MONTH}/${BIRTH_DATE_YEAR}` as const
export const BIRTH_DATE_ISO_8601 =