Fix lint errors for src/scripts/oneko_easteregg.ts

This commit is contained in:
zeon-neon[bot] 2024-08-02 14:47:12 +00:00 committed by GitHub
parent 574772205f
commit 4aa6179dae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
import "./easteregg.css"
import './easteregg.css'
export function startEasterEgg () {
const el = document.createElement('div')
el.innerHTML = ""
el.innerHTML = ''
el.className = `easter-egg hidden`
document.body.append(el)
return {