Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-robin

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-robin

JavaScript, looking good

  • 6.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
39
decreased by-22%
Maintainers
2
Weekly downloads
 
Created
Source

eslint-config-robin

These are the rules that are used in my (Robin Berjon) projects. A lot of this has been lifted from the AirBnB rules, but with distinctive variations.

Usage

Obtaining it is simple:

npm install --save-dev eslint-config-robin

Note that you do not need to install a bunch of other modules for this to work, it is meant to be self-contained so as to be simple to install.

Normally, all your .eslintrc needs to contain is:

{
  "extends": "robin"
}

Atom

This will just work with the linter and linter-eslint plugins; just be sure to configure the latter not to use the global eslint.

Keywords

FAQs

Package last updated on 27 Apr 2020

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