mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-29 22:37:44 +02:00
chore: better Prettier config for easier reviews
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { BIRTH_DATE, getAge } from '../../utils/getAge.ts'
|
||||
import { BIRTH_DATE, getAge } from "../../utils/getAge.ts"
|
||||
|
||||
const yearOld = document.getElementById('year-old')
|
||||
const yearOld = document.getElementById("year-old")
|
||||
|
||||
yearOld.textContent = getAge(BIRTH_DATE).toString()
|
||||
|
Reference in New Issue
Block a user