@bloomreach/eslint-config-angular
v17.0.0
Published
Bloomreach Frontend Style-Guide Angular
Downloads
1,410
Maintainers
Keywords
Readme
Bloomreach ESLint Config
The package provides an ESLint configuration for the Bloomreach Frontend Code Style.
What is inside?
- Based on @bloomreach/eslint-config-base based shared config.
- TypeScript configuration.
- Angular configuration.
Get Started
Installation
To get the SDK into your project with NPM:
npm install --save-dev @bloomreach/eslint-config-angular
And with Yarn:
yarn add --dev @bloomreach/eslint-config-angular
Usage
Add the following configuration into your package.json
:
"eslintConfig": {
"extends": "@bloomreach/eslint-config-angular"
}
License
Published under Apache 2.0 license.