Fix for new Esling requirements
All checks were successful
Portfolio/pipeline/head This commit looks good

This commit is contained in:
2026-01-09 14:17:59 +01:00
parent 545ecb8fa8
commit 24565f9f5d
3 changed files with 25 additions and 22 deletions

View File

@@ -7,7 +7,7 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint src/**/*.{js,ts,astro}",
"lint": "eslint .",
"check": "astro check"
},
"dependencies": {