From 89aca62367451a58a6e40c8111b5a9b29fff6387 Mon Sep 17 00:00:00 2001 From: mahula Date: Sun, 4 May 2025 21:32:30 +0200 Subject: [PATCH] eslint: fix linting --- .github/renovate.json | 2 +- eslint.config.cjs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 333b9af..c86f2ad 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,7 +11,7 @@ }, { "matchPackageNames": ["/vuepress/"], - "groupName": "vuepress", + "groupName": "vuepress" } ], "npm": { diff --git a/eslint.config.cjs b/eslint.config.cjs index cb78f7e..a562514 100644 --- a/eslint.config.cjs +++ b/eslint.config.cjs @@ -263,6 +263,7 @@ module.exports = defineConfig([ }, globalIgnores([ '.gitignore', + '.github/', '.prettierrc.json', '.vuepress/public/', '**/*md',