UNPKG

@kyleshevlin/eslint-plugin

Version:

An ESLint rule to encourage using custom hook abstractions

30 lines (29 loc) 661 B
{ "name": "@kyleshevlin/eslint-plugin", "version": "1.3.0", "description": "An ESLint rule to encourage using custom hook abstractions", "main": "index.js", "scripts": { "test": "jest", "test:watch": "jest --watch" }, "keywords": [ "eslint", "eslintplugin", "React", "Hooks" ], "author": "Kyle Shevlin <kyle.a.shevlin@gmail.com> (https://kyleshevlin.com)", "repository": "git@github.com:kyleshevlin/eslint-plugin.git", "license": "MIT", "publishConfig": { "access": "public" }, "peerDependencies": { "eslint": ">=0.8.0" }, "devDependencies": { "eslint": "^7.17.0", "jest": "^26.6.3" } }