tslint-fix
Version:
tslint-fix takes output of tslint and fixes the errors.
32 lines (31 loc) • 642 B
JSON
{
"name": "tslint-fix",
"version": "0.1.3",
"description": "tslint-fix takes output of tslint and fixes the errors.",
"main": "lib/tslint-fix.js",
"bin" : { "tslint-fix" : "./lib/tslint-fix.js" },
"files": [
"lib"
],
"scripts": {
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nojvek/tslint-fix"
},
"keywords": [
"tslint",
"fix",
"auto",
"fixer",
"magic"
],
"author": "nojvek",
"license": "MIT",
"bugs": {
"url": "https://github.com/nojvek/tslint-fix/issues"
},
"homepage": "https://github.com/nojvek/tslint-fix#readme",
"devDependencies": {
}
}