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

eslint-config-leanbyte

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-leanbyte

Common eslint configuration for LeanByte

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

jscs-preset-leanbyte

Common eslint configuration for LeanByte

Usage

  1. Add this module as a devDependency:

    npm install -D eslint-config-leanbyte

  2. Declare it as base configuration in your .eslintrc file:

    • For node.js projects:

      {
      	"root": true,
      	"extends": "leanbyte"
      }
      
    • For browser projects:

      {
      	"root": true,
      	"extends": "leanbyte/browser"
      }
      

License

Licensed under the MIT License (enclosed).

Keywords

FAQs

Package last updated on 29 Jul 2019

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