This commit is contained in:
Wuesteon 2025-12-04 00:51:40 +01:00
parent e9caa4a217
commit 843cf1e678
36 changed files with 400 additions and 55 deletions

View file

@ -9,8 +9,7 @@
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"type-check": "astro check",
"lint": "eslint ."
"type-check": "astro check"
},
"dependencies": {
"@astrojs/check": "^0.9.0",

View file

@ -8,7 +8,5 @@
"exports": {
".": "./src/index.ts"
},
"scripts": {
"lint": "eslint ."
}
"scripts": {}
}