🚀 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.12

2

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

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

@@ -53,3 +53,4 @@ # eslint-plugin-react-func

 
# max-lines-per-function (exclude react functional components)
# max-lines-per-function
#### exclude react functional components
## Options

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