eslintblame
Version:
Parse eslint output into git-blame to unveil the offenders
30 lines (29 loc) • 729 B
JSON
{
"author": "Stefan Maric <me@stefanmaric.com> (http://stefanmaric.com/)",
"bin": "bin/eslintblame",
"bugs": {
"url": "https://github.com/stefanmaric/eslintblame/issues"
},
"description": "Parse eslint output into git-blame to unveil the offenders",
"homepage": "https://github.com/stefanmaric/eslintblame#readme",
"keywords": [
"eslint",
"standard",
"snazzy",
"git",
"blame",
"fishshell",
"bash"
],
"license": "MIT",
"main": "bin/eslintblame",
"name": "eslintblame",
"repository": {
"type": "git",
"url": "git+https://github.com/stefanmaric/eslintblame.git"
},
"scripts": {
"test": "shellcheck --exclude=SC2001 bin/eslintblame"
},
"version": "1.0.2"
}