fix: replace linter with biome (#2645)

This commit is contained in:
David Nguyen
2026-05-08 15:40:31 +10:00
committed by GitHub
parent 207135d6f3
commit edbf65969b
21 changed files with 358 additions and 3294 deletions
-2
View File
@@ -12,8 +12,6 @@
"index.tsx"
],
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"clean": "rimraf node_modules"
},
"devDependencies": {