{"id":21297285,"url":"https://github.com/voidberg/eslint-bamboo-formatter","last_synced_at":"2025-07-11T18:32:24.465Z","repository":{"id":52950351,"uuid":"44673702","full_name":"voidberg/eslint-bamboo-formatter","owner":"voidberg","description":"A reporter for eslint which produces a report compatible with Atlassian Bamboo Mocha Test Parser.","archived":false,"fork":false,"pushed_at":"2023-04-16T19:52:26.000Z","size":39,"stargazers_count":7,"open_issues_count":2,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-01T12:09:55.648Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voidberg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-21T12:11:45.000Z","updated_at":"2021-04-12T16:47:35.000Z","dependencies_parsed_at":"2024-06-18T21:28:13.903Z","dependency_job_id":"00e31cae-9939-4246-a428-b5e8acba381b","html_url":"https://github.com/voidberg/eslint-bamboo-formatter","commit_stats":{"total_commits":10,"total_committers":5,"mean_commits":2.0,"dds":0.4,"last_synced_commit":"7777b24ced8deb1e3c39e8238e0173b5ab514c4b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/voidberg/eslint-bamboo-formatter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidberg%2Feslint-bamboo-formatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidberg%2Feslint-bamboo-formatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidberg%2Feslint-bamboo-formatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidberg%2Feslint-bamboo-formatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voidberg","download_url":"https://codeload.github.com/voidberg/eslint-bamboo-formatter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidberg%2Feslint-bamboo-formatter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264870567,"owners_count":23676267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T14:35:09.464Z","updated_at":"2025-07-11T18:32:24.147Z","avatar_url":"https://github.com/voidberg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-bamboo-formatter\n[![view on npm](http://img.shields.io/npm/v/eslint-bamboo-formatter.svg?style=flat)](https://www.npmjs.org/package/eslint-bamboo-formatter)\n[![npm module downloads per month](http://img.shields.io/npm/dm/eslint-bamboo-formatter.svg?style=flat)](https://www.npmjs.org/package/eslint-bamboo-formatter)\n[![Dependency status](https://david-dm.org/voidberg/eslint-bamboo-formatter.svg?style=flat)](https://david-dm.org/voidberg/eslint-bamboo-formatter)\n\n\u003e A reporter for eslint which produces a report compatible with Atlassian Bamboo Mocha Test Parser.\n\n## Installation\n\n```sh\nnpm install eslint-bamboo-formatter\n```\n\n## Usage\n\n### With [ESLint CLI](http://eslint.org/docs/user-guide/command-line-interface):\n\n```sh\neslint file.js -f node_modules/eslint-bamboo-formatter/reporter.js\n```\n\n### With [Gulp ESLint](https://github.com/adametry/gulp-eslint):\n\n```js\nvar eslint   = require('gulp-eslint');\nvar reporter = require('eslint-bamboo-formatter');\n\ngulp.src(['js/**/*.js'])\n  .pipe(eslint())\n  .pipe(eslint.format(reporter));\n```\n\n### Output\n\nBy default, the reporter writes to `eslint.json`. The file name can be changed by setting the `ESLINT_FILE` environment variable.\nWarnings are not reported by default. If you want to report warnings as errors, set the environment variable `ESLINT_WARNING_AS_ERROR`.\n\n## License\n\n[MIT](https://github.com/voidberg/eslint-bamboo-formatter/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidberg%2Feslint-bamboo-formatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoidberg%2Feslint-bamboo-formatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidberg%2Feslint-bamboo-formatter/lists"}