0.1.0 • Published 4 years ago

@bloomreach/eslint-config v0.1.0

Weekly downloads
671
License
Apache-2.0
Repository
-
Last release
4 years 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 shared config.
  • TypeScript configuration.
  • Prettier configuration.
  • React configuration.

Get Started

Installation

To get the SDK into your project with NPM:

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

And with Yarn:

yarn add --dev @bloomreach/eslint-config

Usage

Add the following configuration into your package.json:

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

License

Published under Apache 2.0 license.