🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
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.13

2

package.json
{
"name": "eslint-plugin-react-func",
"version": "0.1.12",
"version": "0.1.13",
"description": "max lines per function for react",

@@ -5,0 +5,0 @@ "keywords": [

@@ -54,3 +54,3 @@ # eslint-plugin-react-func

# max-lines-per-function
#### exclude react functional components
#### This rule will exclude react functional components
## Options

@@ -57,0 +57,0 @@ - "max" (default 50) enforces a maximum number of lines in a function.