eslint-config-reactivestack

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-reactivestack

Weekly Downloads

3

Version

1.0.1

License

none

Last publish

Collaborators

  • exon