Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Staffbase/eslint-config-staffbase

Repository files navigation

eslint-config-staffbase Build Status

Base ESLint config for Staffbase based on Google's config

Installation

$ npm install --save-dev eslint eslint-config-google @staffbase/eslint-config-staffbase

or

$ yarn add --dev eslint eslint-config-google @staffbase/eslint-config-staffbase

Usage

Once the @staffbase/eslint-config-staffbase package is installed, you can use it by specifying @staffbase/eslint-config-staffbase in the extends section of your ESLint configuration.

{
  "extends": "@staffbase/eslint-config-staffbase",
  "rules": {
    // Additional, per-project rules...
  }
}