📦 build: replace ESLint + Prettier with Biome

This commit is contained in:
2026-07-27 18:13:48 +07:00
parent c2bb65634e
commit ad17798a53
12 changed files with 121 additions and 223 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import * as path from "path";
import * as path from "node:path";
import * as dotenv from "dotenv";
import Logger from "../libs/logger";