@appbooster/eslint-config-react
v4.0.1
Published
Appbooster's ESLint config for applications with react framework, following our styleguide
Downloads
38
Maintainers
Readme
@appbooster/eslint-config-react
Shared eslint config for react projects in Appbooster organization
Installation
- Install the package:
yarn add --dev @appbooster/eslint-config-react- Add eslint config in the root folder and add
extendsoption. I.e. using YAML format put file.eslintrc.ymlwith 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
