Files
puaros/eslint.config.mjs
imfozilbek 5e70ee1a38 refactor: optimize ESLint configuration
- Add CLI-specific overrides (disable no-console, complexity, max-lines-per-function)
- Disable no-unsafe-* rules for CLI (Commander.js is untyped)
- Increase max-params to 8 for DDD patterns
- Exclude examples/, tests/, *.config.ts from linting
- Disable style rules (prefer-nullish-coalescing, no-unnecessary-condition, no-nested-ternary)
- Reduce warnings from 129 to 0
2025-11-24 21:27:46 +05:00

6.9 KiB