UNPKG

tslint-eslint-rules

Version:

Improve your TSLint with the missing ESLint Rules

51 lines (50 loc) 1.13 kB
{ "name": "tslint-eslint-rules", "version": "5.4.0", "description": "Improve your TSLint with the missing ESLint Rules", "main": "index.js", "scripts": { "test": "gulp test && gulp self-lint" }, "repository": { "type": "git", "url": "https://github.com/buzinas/tslint-eslint-rules.git" }, "keywords": [ "eslint", "tslint", "custom-rules", "rules", "stylish", "lint", "linting", "linter", "tslint-plugin" ], "author": "Vitor Buzinaro <buzinas@buzinas.com>", "license": "MIT", "devDependencies": { "@types/benchmark": "^1.0.30", "@types/node": "^7.0.12", "benchmark": "^2.1.3", "chai": "^3.5.0", "es6-promise": "^4.0.4", "gulp": "^3.9.1", "gulp-sourcemaps": "^1.6.0", "gulp-spawn-mocha": "^2.2.2", "gulp-tslint": "^8.0.0", "gulp-typescript": "^3.1.6", "tslint": "^5.9.1", "typescript": "^3.0.1", "yargs": "^5.0.0" }, "peerDependencies": { "tslint": "^5.0.0", "typescript": "^2.2.0 || ^3.0.0" }, "dependencies": { "doctrine": "0.7.2", "tslib": "1.9.0", "tsutils": "^3.0.0" } }