restore/update eslint/prettier config
This commit is contained in:
+6
-5
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user