chore(tooling): migrate from Biome to ESLint + Prettier

Replace Biome lint/check/format scripts with ESLint and Prettier commands, add Next + TypeScript oriented ESLint flat config, and remove biome.json. Update dependencies and lockfile to a single lint stack with Prettier-based formatting.
This commit is contained in:
zetaloop
2026-02-22 09:50:38 +08:00
parent acb04a02e7
commit f82a926b8f
6 changed files with 2462 additions and 165 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"printWidth": 100,
"trailingComma": "all"
}