🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

eslint-plugin-react-func

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-func - npm Package Compare versions

Comparing version

to
0.1.18

0

lib/rules/max-combined-conditions.js

@@ -0,0 +0,0 @@ /**

3

package.json
{
"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.