eslint-plugin-react-useeffect
Version:
ESLint plugin to check that all returns in useEffect/useLayoutEffect return a function
21 lines (20 loc) • 483 B
JSON
{
"name": "eslint-plugin-react-useeffect",
"version": "1.0.12",
"description": "ESLint plugin to check that all returns in useEffect/useLayoutEffect return a function",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/ConstiLine/eslint-plugin-react-useeffect"
},
"keywords": [
"eslint",
"eslintplugin",
"react",
"hooks",
"useEffect",
"useLayoutEffect"
],
"author": "ConstiLine",
"license": "MIT"
}