From a9bef5f8bbd6a332c4b8ddff8203a1c5705fc3aa Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 26 Dec 2024 00:20:43 +0100 Subject: [PATCH] chore: use astro-eslint-parser --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index 9c61780..6649561 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b74fc30..f8eff98 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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))