New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@spotify/eslint-config-base

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spotify/eslint-config-base

Spotify's base ESLint config

Source
npmnpm
Version
14.0.1
Version published
Weekly downloads
129K
7.72%
Maintainers
3
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 12 Jul 2022

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