From 7b5876037df37b9cfd1079d1969bdad15684ee48 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Sat, 30 May 2026 23:22:17 +0900 Subject: [PATCH] Add ignores --- eslint.config.mjs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/eslint.config.mjs b/eslint.config.mjs index 70e5257..9360b6b 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -8,13 +8,20 @@ export default defineConfig([ globalIgnores([ // Build outputs and legacy files "**/build", + "coverage", "**/main.js", + "main_org.js", + "pouchdb-browser.js", + "version-bump.mjs", + "package.json", + "**/*.json", "**/.eslintrc.js.bak", // Files from linked dependencies (those files should not exist for most people). "modules/octagonal-wheels/dist/**/*", // Sub-projects (Exclude from root linting as they have different environments) "src/apps/**/*", + "utils/**/*", // Specific exclusions from common library (src/lib) "src/lib/coverage",