From cea29e7a01829a4ea4f6060b2a007a5aa81c4a06 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 28 May 2026 22:12:53 +0200 Subject: [PATCH] chore: use eslint config helpers --- eslint.config.mjs | 2 +- package.json | 1 + pnpm-lock.yaml | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 7e378e3..bb18f7b 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -5,7 +5,7 @@ import tseslint from 'typescript-eslint' import astroSwGlobals from '@ayco/astro-sw/globals' import astroParser from 'astro-eslint-parser' -import { includeIgnoreFile } from '@eslint/compat' +import { includeIgnoreFile } from '@eslint/config-helpers' import path from 'node:path' import { fileURLToPath } from 'node:url' diff --git a/package.json b/package.json index 6238099..4e9eb30 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "@astrojs/sitemap": "^3.7.2", "@ayco/astro-sw": "^1.0.0", "@eslint/compat": "^2.1.0", + "@eslint/config-helpers": "^0.6.0", "@eslint/js": "^10.0.1", "@iconify-json/mdi": "^1.2.3", "@iconify-json/simple-icons": "^1.2.82", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0d8ee1a..6822920 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,6 +24,9 @@ importers: '@eslint/compat': specifier: ^2.1.0 version: 2.1.0(eslint@10.4.0(jiti@2.7.0)) + '@eslint/config-helpers': + specifier: ^0.6.0 + version: 0.6.0 '@eslint/js': specifier: ^10.0.1 version: 10.0.1(eslint@10.4.0(jiti@2.7.0))