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

Latest commit

 

History

History
28 lines (20 loc) · 945 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 945 Bytes

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...
  }
}