You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

eslint-plugin-semistandard-react

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-semistandard-react

All the necessary plugins for eslint-config-semistandard-react.

4.1.1
latest
Source
npmnpm
Version published
Weekly downloads
14
27.27%
Maintainers
1
Weekly downloads
 
Created
Source

DEPRECATED

This plugin and its corresponding config were just convenience methods for installing Standard style with semicolons (AKA "SemiStandard") and additional React rules.

These were never updated and were meant to be used with a very old version of ESLint. In other words, you should definitely not be using it today.

If you'd still like to use SemiStandard style with React, simply run the following commands in your terminal.

First, uninstall my config and plugin:

npm uninstall \
eslint-config-semistandard-react \
eslint-plugin-semistandard-react

Next, install the required configs and plugins for SemiStandard React:

npm install --save-dev \
eslint \
eslint-config-standard \
eslint-config-semistandard \
eslint-config-standard-jsx \
eslint-config-standard-react \
eslint-plugin-import \
eslint-plugin-node \
eslint-plugin-promise \
eslint-plugin-react

Finally, update your .eslintrc so it looks like this:

{
  "extends": [
    "semistandard",
    "standard-jsx",
    "standard-react"
  ]
}

Keywords

eslint

FAQs

Package last updated on 06 Aug 2021

Did you know?

Socket

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.