1.2.0 • Published 10 months ago

@bloomreach/eslint-config-base v1.2.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
10 months ago

Bloomreach ESLint Config

NPM License

The package provides an ESLint configuration for the Bloomreach Frontend Code Style.

What is inside?

  • Based on Airbnb's based shared config.
  • TypeScript configuration.

Get Started

Installation

To get the SDK into your project with NPM:

npm install --save-dev @bloomreach/eslint-config-base

And with Yarn:

yarn add --dev @bloomreach/eslint-config-base

Usage

Add the following configuration into your package.json:

  "eslintConfig": {
    "extends": "@bloomreach/eslint-config-base"
  },

License

Published under Apache 2.0 license.