Updated linting config #21

- Now works
- Ran linting on the repo
This commit is contained in:
Logan Cusano
2024-08-17 17:02:05 -04:00
parent ab929489b0
commit 46989942d8
7 changed files with 15 additions and 28 deletions

View File

@@ -1,11 +1,8 @@
import { DebugBuilder } from "./modules/debugger.mjs";
const log = new DebugBuilder("server", "server");
import { nodeIo, app, server } from "./modules/socketServer.mjs";
import { nodeIo, server } from "./modules/socketServer.mjs";
import { loadAddons } from "./modules/addonManager.mjs";
import {
serverClient,
addEnabledEventListeners,
} from "./discordBot/discordBot.mjs";
import { serverClient } from "./discordBot/discordBot.mjs";
import dotenv from "dotenv";
dotenv.config();