{"id":21952170,"url":"https://github.com/stefanmaric/eslintblame","last_synced_at":"2025-04-23T04:34:46.931Z","repository":{"id":57230370,"uuid":"74407673","full_name":"stefanmaric/eslintblame","owner":"stefanmaric","description":"Parse eslint output into git-blame to unveil the offenders","archived":false,"fork":false,"pushed_at":"2017-01-26T16:18:31.000Z","size":7,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-14T12:07:36.040Z","etag":null,"topics":["eslint","fish-shell","git","git-blame","npm","shell","snazzy","standard-js"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/stefanmaric.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}},"created_at":"2016-11-21T21:31:45.000Z","updated_at":"2023-10-13T09:54:53.000Z","dependencies_parsed_at":"2022-09-15T00:10:10.663Z","dependency_job_id":null,"html_url":"https://github.com/stefanmaric/eslintblame","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanmaric%2Feslintblame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanmaric%2Feslintblame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanmaric%2Feslintblame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanmaric%2Feslintblame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanmaric","download_url":"https://codeload.github.com/stefanmaric/eslintblame/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227060169,"owners_count":17724690,"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":["eslint","fish-shell","git","git-blame","npm","shell","snazzy","standard-js"],"created_at":"2024-11-29T06:24:03.050Z","updated_at":"2024-11-29T06:24:06.853Z","avatar_url":"https://github.com/stefanmaric.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"eslintblame\n===========\n\n[Bash script](./bin/eslintblame), [Fish Shell function](./functions/eslintblame.fish), and [npm package](https://www.npmjs.com/package/eslintblame) to parse eslint output into git-blame to unveil the offenders.\n\n![eslintblame](https://i.imgur.com/0l7QyeA.gif)\n\n## Install\n\n### Using npm\n\n```shell\nnpm -g install eslintblame\n```\n\nOr on a project:\n\n```\nnpm install --save-dev eslintblame\n```\n\nAnd use it in your scripts:\n\n```json\n{\n  \"scripts\": {\n    \"blame\": \"eslint . | eslintblame\"\n  }\n}\n```\n\n**NOTES**: won't work on windows (unless you're using [Bash on Windows](https://msdn.microsoft.com/en-us/commandline/wsl/about)).\n\n### Using [Fish Shell](https://fishshell.com/)\n\n#### Recomended\n\nUse [fisherman](http://fisherman.sh/):\n\n```shell\nfisher install stefanmaric/eslintblame\n```\n\n#### Manual\n\n```shell\ncurl -Lo ~/.config/fish/functions/eslintblame.fish --create-dirs git.io/eslintblame\n```\n\n### Shell script as binary file\n\nDownload the [bash script](./bin/eslint), copy in somewhere available in your `$PATH` and give it execution permissions with `chmod`.\n\n## Use\n\nPipe eslint output to `eslintblame`\n\n```shell\neslint . | eslintblame\n```\n\n### Using [standard cli](http://standardjs.com/)?\n\nUse [`snazzy`](https://www.npmjs.com/package/snazzy) to format output:\n\n```shell\nstandard | snazzy | eslintblame\n```\n\nOr replace the command entirely:\n\n```shell\nsnazzy | eslintblame\n```\n\n## Notes\n\n`eslintblame` expects [eslint's default stylish format](http://eslint.org/docs/user-guide/formatters/#stylish).\n\n## Contribute\n\nJust open a Pull Request\n\n## License\n\nMIT ♥ — See [LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanmaric%2Feslintblame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanmaric%2Feslintblame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanmaric%2Feslintblame/lists"}