reconfigure and apply linter

This commit is contained in:
Simon Vieille 2025-08-29 11:35:24 +02:00
commit bc943c86bf
Signed by: deblan
GPG key ID: 579388D585F70417
3 changed files with 7 additions and 10 deletions

View file

@ -1,5 +1,5 @@
import '../scss/main.scss'
import { isChat, updateChat } from './lib/chat.js'
import {isChat, updateChat} from './lib/chat.js'
if (isChat()) {
updateChat()