Code Formatter & Linter Installer Establish consistent code formatting and linting across your project. Core Workflow 1. Detect stack : Identify language/framework (JS/TS, Python, Go, Rust) 2. Choose tools : Select appropriate formatters and linters 3. Generate configs : Create config files with best-practice rules 4. Add scripts : Include npm/package scripts for format/lint 5. Configure editor : Provide VS Code, IntelliJ, Vim settings 6. Setup pre-commit : Add git hooks for automatic formatting 7. CI integration : Suggest GitHub Actions or CI config Tool Selection by Stack JavaScript/TypeScr…