4.0.1 • Published 4 years ago

@appbooster/eslint-config-react v4.0.1

Weekly downloads
7
License
MIT
Repository
-
Last release
4 years ago

@appbooster/eslint-config-react

Greenkeeper badge

Shared eslint config for react projects in Appbooster organization

Installation

1) Install the package:

yarn add --dev @appbooster/eslint-config-react

2) Add eslint config in the root folder and add extends option. I.e. using YAML format put file .eslintrc.yml with content:

extends: '@appbooster/eslint-config-react'

Recommened to use with base config.

Releasing

To publish new version to npm update version in package.json and create new release. TravisCI will automatically publish new version to npm