tslint-config-za
Version:
A TSLint config for ZhongAn JavaScript Style
41 lines (40 loc) • 1.06 kB
JSON
{
"name": "tslint-config-za",
"version": "1.0.0",
"description": "A TSLint config for ZhongAn JavaScript Style",
"main": "index.js",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"commitmsg": "commitlint -E HUSKY_GIT_PARAMS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZhonganTechENG/tslint-config-za.git"
},
"keywords": [
"tslint",
"tslintconfig",
"config",
"zhongan",
"typescript",
"styleguide"
],
"author": "jerome.lin@zhongan.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZhonganTechENG/tslint-config-za/issues"
},
"homepage": "https://github.com/ZhonganTechENG/tslint-config-za#readme",
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"conventional-changelog-cli": "^2.0.12",
"husky": "^1.3.1",
"tslint": "^5.14.0",
"typescript": "^3.3.3333"
},
"dependencies": {
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^3.6.0"
}
}