Added ESLint

This commit is contained in:
2024-12-27 02:50:11 +01:00
parent 343c67a110
commit 30dc69ab4b
111 changed files with 3204 additions and 269 deletions

View File

@ -1,10 +1,12 @@
import fs from 'fs'
import sharp from 'sharp'
import { commandLogger } from '#application/logger'
import { Server } from 'socket.io'
import { getPublicPath } from '#application/storage'
import path from 'path'
import sharp from 'sharp'
import { Server } from 'socket.io'
import { commandLogger } from '#application/logger'
import { getPublicPath } from '#application/storage'
export default class TilesCommand {
constructor(private readonly io: Server) {}