New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-reactivestack

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-reactivestack

ESLint rules proposed by Reactive Stack

1.0.1
latest
Source
npm
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

ESLint rules proposed by Reactive Stack

Usage

  • npm i --save-dev eslint babel-eslint eslint-plugin-flowtype eslint-plugin-react eslint-config-reactivestack
  • Create the .eslintrc file at the root of your project:
{
  "extends": "reactivestack"
}
  • Add the lint script to your project:
{
  "scripts": {
    "lint": "eslint --ext .js,.jsx ."
  }
}
  • Run npm run lint

Keywords

eslint

FAQs

Package last updated on 25 Jun 2017

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