An ESLint formatter that uploads linting results as a report to Bitbucket, useful for pull request annotations. Current stable version is 1.0.0 (latest). This package is a fork of earlier implementations and provides a simple way to integrate ESLint results into Bitbucket Pipelines. It requires ESLint >= 7 as a peer dependency. No significant release cadence; it is a mature, low-maintenance utility.
npm install eslint-formatter-bitbucketNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs dependencies and runs ESLint with Bitbucket formatter to upload results.
Ensure you use ESLint 7+ and configure Bitbucket credentials (e.g., via BITBUCKET_TOKEN environment variable) before running the formatter.
Run `npm install --save-dev eslint-formatter-bitbucket`
Use `eslint -f bitbucket .` (not a path). Ensure the package is installed.