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

eslint-config-simbo

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-simbo

Simbo's ESLint config.

  • 1.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-simbo

Simbo's ESLint config…

npm Package Version MIT License Travis Build Status


Usage

Install via npm:

npm i eslint-config-simbo

Add an extension point to your ESLint config, i.e. .eslintrc:

{
    "extends": "simbo/node"
}

All extension points extend the default config which has root: true (see ESLint Docs).

Extension points

  • simbo/default → base config, no environments
  • simbo/default/es6 → es6 support
  • simbo/default/node → node env
  • simbo/default/node/es6 → node env with ES6 support
  • simbo/default/browser → browser env
  • simbo/default/browser/es6 → browser env with ES6 support

Aliases

  • simbosimbo/default
  • simbo/es6simbo/default/es6
  • simbo/nodesimbo/default/node
  • simbo/node/es6simbo/default/node/es6
  • simbo/browsersimbo/default/browser
  • simbo/browser/es6simbo/default/browser/es6

License

MIT © Simon Lepel 2015

Keywords

FAQs

Package last updated on 01 May 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