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', ]), ])