UNPKG

eslint-plugin-react-useeffect

Version:

ESLint plugin to check that all returns in useEffect/useLayoutEffect return a function

27 lines (26 loc) 590 B
{ "name": "eslint-plugin-react-useeffect", "version": "1.0.13", "description": "ESLint plugin to check that all returns in useEffect/useLayoutEffect return a function", "main": "lib/index.js", "scripts": { "test": "node --test" }, "peerDependencies": { "eslint": ">=8.0.0 <11.0.0" }, "repository": { "type": "git", "url": "https://github.com/ConstiLine/eslint-plugin-react-useeffect" }, "keywords": [ "eslint", "eslintplugin", "react", "hooks", "useEffect", "useLayoutEffect" ], "author": "ConstiLine", "license": "MIT" }