Lints Python and JavaScript code by providing a REST API that returns a lint report in JSON format.
This tool offers code linting capabilities for both Python and JavaScript, accessible through a REST API powered by a FastAPI backend. By sending code via the API, you receive a detailed lint report in JSON format, generated using Flake8 for Python and ESLint for JavaScript. Designed for seamless integration with custom GPT models, it provides these models with advanced code analysis and feedback capabilities.
Key Features
01REST API for code linting
021 GitHub stars
03Provides lint reports in JSON format
04Uses Flake8 for Python linting
05Uses ESLint for JavaScript linting
06Supports Python and JavaScript
Use Cases
01Providing developers with immediate feedback on code style and potential errors
02Automating code quality checks in CI/CD pipelines
03Integrating code linting into a custom GPT model