Shared eslint config for react projects in Appbooster organization
- Install the package:
yarn add --dev @appbooster/eslint-config-react
- 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.
To publish new version to npm update version in package.json and create new release. TravisCI will automatically publish new version to npm