chore: migrate eslint and prettier to biome and fix all linting errors

This commit is contained in:
Samuel 2024-12-14 12:16:17 +01:00
parent 537c46d3d7
commit 5dc4e01ede
22 changed files with 397 additions and 481 deletions

View file

@ -13,6 +13,7 @@
},
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@eslint/js": "^9.16.0",
"@types/node": "^22.10.1",
"@types/sql.js": "^1.4.9",
@ -20,15 +21,8 @@
"@typescript-eslint/parser": "^8.17.0",
"autoprefixer": "^10.4.20",
"better-sqlite3": "^11.7.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-solid": "^0.14.4",
"kysely-codegen": "^0.17.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",