tslint-config-standard-sr
Version:
A TSLint config for JavaScript Standard Style
50 lines (49 loc) • 1.18 kB
JSON
{
"name": "tslint-config-standard-sr",
"version": "8.3.0",
"description": "A TSLint config for JavaScript Standard Style",
"main": "tslint.js",
"files": [
"tslint.js",
"README.md",
"LICENSE"
],
"scripts": {
"lint": "standard",
"test:gen": "GENERATE_ASSETS=true blue-tape test/index.js",
"test:spec": "blue-tape test/index.js | tap-spec",
"test": "npm run lint && npm run test:spec"
},
"repository": {
"type": "git",
"url": "git://github.com/mrseanryan/tslint-config-standard-sr.git"
},
"keywords": [
"tslint",
"config",
"standard",
"standardjs",
"typescript",
"ts"
],
"author": {
"name": "Sean Ryan",
"url": "http://mrseanryan.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mrseanryan/tslint-config-standard-sr/issues"
},
"homepage": "https://github.com/mrseanryan/tslint-config-standard-sr",
"devDependencies": {
"@types/node": "^10.3.4",
"blue-tape": "^1.0.0",
"standard": "^11.0.1",
"tap-spec": "^5.0.0",
"tslint": "^5.8.0",
"typescript": "^2.3.4"
},
"dependencies": {
"tslint-eslint-rules": "^5.3.1"
}
}