Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

eslint-config-benbria-react

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-benbria-react

eslint configuration for Benbria projects.

latest
Source
npmnpm
Version
4.0.0
Version published
Weekly downloads
7
Maintainers
1
Weekly downloads
 
Created
Source

For ES6/React Projects

Copy and paste this into your shell:

npm info "eslint-config-benbria-react@latest" peerDependencies --json | \
    command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "eslint-config-benbria-react@latest"
echo '{"extends": "benbria-react"}' > .eslintrc

Or, for yarn:

npm info "eslint-config-benbria-react@latest" peerDependencies --json | \
    command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add --dev "eslint-config-benbria-react@latest"
echo '{"extends": "benbria-react"}' > .eslintrc

Keywords

eslint

FAQs

Package last updated on 12 Oct 2018

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