eslint-plugin-react-func
Advanced tools
Comparing version
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ |
{ | ||
"name": "eslint-plugin-react-func", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"description": "max lines per function for react", | ||
@@ -16,2 +16,3 @@ "keywords": [ | ||
"dependencies": { | ||
"lodash": "^4.17.21", | ||
"requireindex": "~1.1.0" | ||
@@ -18,0 +19,0 @@ }, |
@@ -54,3 +54,3 @@ # eslint-plugin-react-func | ||
# max-lines-per-function | ||
#### This rule will exclude react functional components | ||
#### This rule will ignore any functions that contains JSX elements, custom hooks are also ignored. | ||
## Options | ||
@@ -57,0 +57,0 @@ - "max" (default 50) enforces a maximum number of lines in a function. |
23155
-0.77%2
100%+ Added
+ Added