{ "ignores": [ "**/node_modules/**", "**/.git/**", "**/dist/**", "**/.next/**", "**/coverage/**", "**/*.generated.*", "benchmarks/.cache/**", "tests/fixtures/repos/**" ], "overrides": [ { "files": ["src/rules/**"], "rules": { "structure.directory-fanout-hotspot": { "enabled": false }, "structure.over-fragmentation": { "enabled": false } } } ] }