chore: use astro-eslint-parser

This commit is contained in:
Ayo Ayco 2024-12-26 00:20:43 +01:00
parent 963ba96423
commit a9bef5f8bb
2 changed files with 4 additions and 0 deletions

View file

@ -24,6 +24,7 @@
"@eslint/js": "^9.17.0",
"@typescript-eslint/parser": "^8.18.2",
"astro": "^5.0.5",
"astro-eslint-parser": "^1.1.0",
"astro-github-stats": "^0.7.1",
"astro-iconify": "^1.2.0",
"eslint": "^9.17.0",

View file

@ -29,6 +29,9 @@ importers:
astro:
specifier: ^5.0.5
version: 5.0.5(@types/node@22.5.4)(rollup@4.28.1)(typescript@5.6.2)
astro-eslint-parser:
specifier: ^1.1.0
version: 1.1.0(typescript@5.6.2)
astro-github-stats:
specifier: ^0.7.1
version: 0.7.1(astro@5.0.5(@types/node@22.5.4)(rollup@4.28.1)(typescript@5.6.2))