@appbooster/eslint-config
Shared eslint config of Appbooster organization
Installation
1) Install the package:yarn add --dev @appbooster/eslint-config
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-base'