tslint-config-mwl
Version:
The TSLint config that I use across all projects. Should be used in conjunction with angular + prettier
32 lines (31 loc) • 778 B
JSON
{
"name": "tslint-config-mwl",
"version": "0.8.1",
"description": "The TSLint config that I use across all projects. Should be used in conjunction with angular + prettier",
"main": "./tslint.json",
"repository": {
"type": "git",
"url": "git+https://github.com/mattlewis92/tslint-config-mwl.git"
},
"keywords": [
"lint",
"tslint",
"ts-lint",
"prettier",
"config",
"typescript",
"angular"
],
"author": "Matt Lewis",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattlewis92/tslint-config-mwl/issues"
},
"homepage": "https://github.com/mattlewis92/tslint-config-mwl#readme",
"dependencies": {
"tslint-config-prettier": "^1.18.0"
},
"peerDependencies": {
"codelyzer": "^5.0.0 || ^6.0.0"
}
}