Socket
Book a DemoInstallSign in
Socket

@bloomreach/eslint-config-next

Package Overview
Dependencies
Maintainers
36
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloomreach/eslint-config-next

Bloomreach Frontend Style-Guide Next

latest
npmnpm
Version
1.3.0
Version published
Maintainers
36
Created
Source

Bloomreach ESLint Config

NPM License

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.
  • Next configuration.

Get Started

Installation

To get the SDK into your project with NPM:

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

And with Yarn:

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

Usage

Add the following configuration into your package.json:

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

License

Published under Apache 2.0 license.

FAQs

Package last updated on 12 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts