@spotify/eslint-config-base

15.0.0 • Public • Published

@spotify/eslint-config-base

Spotify's base ESLint config.

Installation

yarn add --dev @spotify/eslint-config-base eslint

Usage

After installing, update your project's .eslintrc.json file to import the rule sets you want:

{
  "extends" : [
    "@spotify/eslint-config-base"
  ]
}

ES5 only

{
  "extends" : [
    "@spotify/eslint-config-base/es5"
  ]
}

ES6+ only

{
  "extends" : [
    "@spotify/eslint-config-base/es6"
  ]
}

Read the ESlint config docs for more information.

/@spotify/eslint-config-base/

    Package Sidebar

    Install

    npm i @spotify/eslint-config-base

    Weekly Downloads

    62,331

    Version

    15.0.0

    License

    Apache-2.0

    Unpacked Size

    38.4 kB

    Total Files

    7

    Last publish

    Collaborators

    • vinzscam
    • timbonicus
    • spotify-eng