🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@songkick/eslint-config-songkick

Package Overview
Dependencies
Maintainers
8
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@songkick/eslint-config-songkick

A base for our ESLint configurations.

latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
8
Created
Source

songick-eslint-config

A base configuration for ESLinting our JavaScript projects.

Base Rules:

  • use strict is not allowed, because when the app is wrapped with Babel it will have this added.
  • debugger; statements are errors.
  • indent must be 2 spaces, and indentation is enforced within switch statements.
  • quotes must be single quotes, and template literals are also allowed.
  • max-len must be no more than 120 characters
  • linebreak-style is set to unix.

Environments

  • browser and node environments are enabled

Plugins:

  • eslint-plugin-jasmine
  • eslint-plugin-import

Extends

We also extend from some other configurations:

  • plugin:jasmine/recommended
  • plugin:import/errors
  • plugin:import/warnings

Parser

babel-eslint is used as the parser.

Keywords

eslint

FAQs

Package last updated on 03 Jul 2017

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