Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chiedolabs/eslint-config-react

Package Overview
Dependencies
Maintainers
9
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chiedolabs/eslint-config-react

Chiedo Labs ESLint config for React Projects

  • 0.1.4
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
9
Weekly downloads
 
Created
Source

React ESLint Config

This is the Chiedo Labs eslint configuration file for React.JS projects. Currently it's based on the Airbnb eslint config.

Installation

Install this eslint config on npm by running

  yarn add --dev eslint @chiedolabs/eslint-config-react eslint-config-airbnb eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y

Add to your project by creating an .eslintrc file and then setting the contents to the following.

  {
    "extends": "@chiedolabs/eslint-config-react"
  }

Update package.json to always download latest version of Chiedo Labs eslint config:

"@chiedolabs/eslint-config-react": "latest",

Development

  1. Make a change
  2. Commit your changes to git and push your changes to a branch on Github.
  3. Submit a pull request

Deployment (For those with access)

  1. run npm login in the terminal
  2. run npm version patch
  3. run npm publish

Keywords

FAQs

Package last updated on 29 Aug 2019

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

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc