UNPKG

tslint-clean-code

Version:
37 lines 931 B
{ "name": "tslint-clean-code", "version": "0.2.10", "description": "TSLint rules for enforcing Clean Code", "main": "index.js", "analyze": true, "dependencies": { "memoize-decorator": "^1.0.2", "tsutils": "2.7.1" }, "peerDependencies": { "tslint": ">=5.1.0" }, "scripts": { "test": "grunt all", "lint": "tslint 'src/**/*.ts' -e 'src/tests/references.ts'", "lint-fix": "tslint --fix 'src/**/*.ts' -e 'src/tests/references.ts'", "build": "grunt ts", "prepublishOnly": "npm run test" }, "repository": { "type": "git", "url": "git+https://github.com/Glavin001/tslint-clean-code.git" }, "keywords": [ "tslint", "typescript", "clean", "code" ], "author": "Glavin Wiechert", "license": "MIT", "bugs": { "url": "https://github.com/Glavin001/tslint-clean-code/issues" }, "homepage": "https://github.com/Glavin001/tslint-clean-code#readme" }