An opinionated ESLint formatter that outputs GitLab Code Quality compatible JSON (v0.0.5, last updated 2024). It always writes a stylish formatted report to the terminal and JSON to the ESLint output. Supports ESLint 8.x, 9.x, and 10.x. Differentiator: simplifies GitLab CI integration by producing both console output and the required codequality.json artifact in one pass.
npm install eslint-formatter-gcqNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the dependency and runs ESLint with the gcq formatter, writing Code Quality JSON output and showing stylish terminal output.
Upgrade Node to version 18 or higher.
Run 'npm install -D eslint-formatter-gcq' from the project root.
Use 'eslint -f eslint-formatter-gcq -o codequality.json' or upgrade to ESLint >=8.