@appbooster/eslint-config-base
v1.4.0
Published
Appbooster's ESLint config, following our styleguide
Maintainers
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'