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

@hellosign/eslint-config

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hellosign/eslint-config

ESLint shareable config by HelloSign

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
3
Weekly downloads
 
Created
Source

@hellosign/eslint-config Build Status

ESLint shareable config by HelloSign.

This config extends Airbnb's eslint-config-airbnb-base with a few overrides. We mostly follow their JavaScript Style Guide.

Install

npm install --save-dev eslint @hellosign/eslint-config

Usage

In your ESLint configuration (probably an .eslintrc file), add:

{
  "extends": "@hellosign"
}

Editor Integrations

Atom

Install linter-eslint. To fix files automatically, bring up the command palette ( + + p) and choose Linter Eslint: Fix File.

Sublime Text 3

Install SublimeLinter-eslint and ESLint-Formatter. To fix files automatically, use the shortcut + + h, or choose ESLint Formatter: Format this file from the command palette.

Others

For other integrations, see ESLint's list.

Keywords

FAQs

Package last updated on 17 Aug 2018

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