Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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.

  • 0.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
8
Weekly downloads
 
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc