Enables AI coding assistants like Claude Code to perform real-time code linting and get violation summaries from tools such as ESLint, Stylelint, P3C, and Checkstyle via a local server.
Add framework-specific ESLint plugins to a project. Provide the project directory to configure linting rules and improve code quality for the target framework.
Generate standardized workspace settings and recommended extensions for TypeScript, ESLint, Tailwind CSS, and MCP development to establish consistent team configurations across VS Code and Cursor.
Execute predefined development tool presets like test runners and linters for JavaScript, Python, Rust, and Go projects to automate code quality checks.
Scaffold a production-ready Express.js + TypeScript backend project with your choice of ORM, Zod validation, Swagger docs, Docker, ESLint, Vitest, and more.
Run TypeScript type checking and ESLint linting to detect code issues, then parse results into structured diagnostics with file, line, column, severity, rule, and message.
Get TypeScript and ESLint errors and warnings for all files to assess project health after changes. Results are sorted by severity and capped at 50 by default.
Parses raw CI logs or JUnit/Surefire XML to produce structured failure signals with test name, class, message, stack trace, and stable signature. Uses real parsers for accurate diagnosis.
Get code violations for a single file by automatically selecting the correct linter (P3C, ESLint, Stylelint, Checkstyle) based on file type, returning severity, message, and line number.