tslint-react-hooks
Version:
TSLint rule that enforces the Rules of Hooks
40 lines (39 loc) • 994 B
JSON
{
"name": "tslint-react-hooks",
"version": "2.2.2",
"description": "TSLint rule that enforces the Rules of Hooks",
"main": "tslint-react-hooks.json",
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc",
"prepublishOnly": "npm run build",
"pretest": "npm run build",
"test": "npm run test:only",
"test:only": "npm run test:only:lint",
"test:only:lint": "tslint --test test/**/tslint.json"
},
"keywords": [
"tslint",
"react",
"react-hooks",
"rules of hooks",
"react hooks",
"tslint plugin"
],
"author": "Grzegorz Rozdzialik <voreny.gelio@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/node": "^12.12.30",
"tslint": "^6.1.0",
"typescript": "^3.8.3"
},
"homepage": "https://github.com/Gelio/tslint-react-hooks",
"repository": {
"type": "git",
"url": "https://github.com/Gelio/tslint-react-hooks"
},
"peerDependencies": {
"tslint": "5 - 6",
"typescript": ">=2.1.0"
}
}