typestrict
Version:
TSLint config focused on maximizing type safety
24 lines (23 loc) • 497 B
JSON
{
"name": "typestrict",
"description": "TSLint config focused on maximizing type safety",
"keywords": [
"typescript",
"tslint",
"type safety",
"ruleset",
"types"
],
"version": "1.0.2",
"main": "./tslint.js",
"license": "MIT",
"devDependencies": {
"tslint": "^5.9.1",
"typescript": "^2.9.1"
},
"dependencies": {
"tslint-microsoft-contrib": "^5.0.3",
"tslint-sonarts": "^1.8.0"
},
"repository": "https://github.com/krzkaczor/TypeStrict"
}