0.0.2 • Published 5 years ago

eslint-config-chiedo-labs-react v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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 eslint-config-chiedo-labs-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": "eslint-config-chiedo-labs-react"
  }

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

"eslint-config-chiedo-labs-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