@fogwarts/tslint
Version:
A tslint configuration to rule them all!
31 lines (30 loc) • 673 B
JSON
{
"name": "@fogwarts/tslint",
"version": "0.1.3",
"description": "A tslint configuration to rule them all!",
"author": "Alexandru Gaman <alex@fogwarts.dev>",
"homepage": "https://gitlab.com/agaman/fogwarts-tslint",
"repository": {
"type": "git",
"url": "https://gitlab.com/agaman/fogwarts-tslint"
},
"bugs": {
"url": "https://gitlab.com/agaman/fogwarts-tslint/issues"
},
"keywords": [
"fogwarts",
"typescript",
"linting",
"tslint",
"linting-configuration",
"linting-rules"
],
"engines": {
"node": ">= 10.0.0"
},
"main": "",
"license": "MIT",
"dependencies": {
"node-tslint-rules": "^1.20.1"
}
}