restore/update eslint/prettier config

This commit is contained in:
2025-11-24 10:17:38 -05:00
parent 66dc731396
commit e181c735b8
6 changed files with 226 additions and 99 deletions
+6 -5
View File
@@ -9,10 +9,7 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check:lint": "biome check",
"check:format": "bunx biome format",
"format": "bunx biome format --write",
"fix": "bunx biome lint --write"
"lint": "eslint --ext .js --ext .ts --ext .astro"
},
"dependencies": {
"@alpinejs/persist": "^3.15.1",
@@ -35,8 +32,12 @@
"@types/alpinejs__persist": "^3.13.4",
"bun-types": "1.3.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.5.0",
"prettier": "^3.6.2",
"sass": "^1.94.2"
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.94.2",
"typescript-eslint": "^8.47.0"
},
"module": "index.ts",
"peerDependencies": {