From ed1cf1200fdeb4b0f839d201fc9090de55eb3dd9 Mon Sep 17 00:00:00 2001 From: mahula Date: Sun, 4 May 2025 22:05:47 +0200 Subject: [PATCH] eslint: fix linting --- eslint.config.cjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eslint.config.cjs b/eslint.config.cjs index 6e246d5..4bc4efe 100644 --- a/eslint.config.cjs +++ b/eslint.config.cjs @@ -225,14 +225,13 @@ module.exports = defineConfig([ globalIgnores([ '.gitignore', '.github/', - '.prettierrc.json', '.vuepress/public/', '**/*md', + '**/*,json', '**/build/', 'cypress/reports/', 'cypress/screenshots/', 'LICENSE', 'node_modules/', - 'renovate.json', ]), ])