UNPKG

tslint-config-airbnb

Version:
37 lines (36 loc) 982 B
{ "name": "tslint-config-airbnb", "description": "A TSLint config for Airbnb JavaScript Style", "version": "5.6.0", "author": "progre", "bugs": { "url": "https://github.com/progre/tslint-config-airbnb/issues" }, "dependencies": { "tslint-consistent-codestyle": "^1.10.0", "tslint-eslint-rules": "^4.1.1", "tslint-microsoft-contrib": "~5.0.1" }, "devDependencies": { "@commitlint/cli": "^4.3.0", "@commitlint/config-angular": "^4.3.0", "conventional-changelog-cli": "^1.3.5", "husky": "^0.14.3" }, "homepage": "https://github.com/progre/tslint-config-airbnb/#readme", "keywords": [ "airbnb", "tslint", "typescript" ], "license": "Apache-2.0", "main": "tslint.js", "peerDependencies": { "tslint": "^5.5.0" }, "repository": "github:progre/tslint-config-airbnb", "scripts": { "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "commitmsg": "commitlint -e $GIT_PARAMS" } }