New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-spur

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-spur

Extends eslint-config-airbnb-base with some basic overrides for the style to be used on the Spur Framework based packages.

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-60%
Maintainers
1
Weekly downloads
 
Created
Source
Spur

eslint-config-spur

Extends eslint-config-airbnb with some basic overrides for the style to be used on the Spur based packages.

NPM version Build Status

This package provides Spur's .eslintrc as an extensible shared config. We extend eslint-config-airbnb-base.

Usage

We export three ESLint configurations for your usage.

The export lints ES6/2015+. It requires eslint.

  1. npm install --save-dev eslint-config-spur eslint
  2. add "extends": "spur" to your .eslintrc

See Airbnb's Javascript styleguide and the ESlint config docs for more information.

Major differences

The main difference between this config and airbnb's is a set of minor adjustments. This will change overtime as we conduct more reviews of our process.

  • Console logs are allowed, but warnings are reported.
  • Double equals (==) is permitted for one special case: == null. This allows you to determine equality with undefined and/or null in one statement.
  • Comma dangle is turned off. Some consider this good practice, some don't. We don't.

Keywords

FAQs

Package last updated on 12 Jun 2016

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