Socket
Socket
Sign inDemoInstall

@zohodesk/eslint-plugin-react-performance

Package Overview
Dependencies
1
Maintainers
11
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @zohodesk/eslint-plugin-react-performance

To improve performance in react redux applications


Version published
Weekly downloads
274
increased by11.84%
Maintainers
11
Install size
18.9 kB
Created
Weekly downloads
 

Readme

Source

eslint-plugin-react-performance

To improve performance in react redux applications

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-react-performance:

$ npm install eslint-plugin-react-performance --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-react-performance globally.

Usage

Add react-performance to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "react-performance"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "react-performance/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Keywords

FAQs

Last updated on 25 Mar 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc