1.0.0 • Published 5 years ago

@staffbase/eslint-config-staffbase v1.0.0

Weekly downloads
34
License
MIT
Repository
github
Last release
5 years ago

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