README
@appbooster/eslint-config
Shared eslint config of Appbooster organization
Installation
- Install the package:
yarn add --dev @appbooster/eslint-config
- Add eslint config in the root folder and add
extendsoption. I.e. using YAML format put file.eslintrc.ymlwith content:
extends: '@appbooster/eslint-config-base'