@hellosign/eslint-config

1.4.0 • Public • Published

@hellosign/eslint-config Build Status

ESLint shareable config by HelloSign.

This config extends AirBnB's eslint-config-airbnb-base with a few minor exceptions.

Install

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

Usage

In your ESLint configuration add:

{
  "extends": "@hellosign"
}

If you'd like to apply custom rules which override our default config, simply add them to rules.

{
  "extends": "@hellosign",
  "rules": {
    "comma-dangle": ["error", "never"]
  }
}

Integrations

To integrate ESLint into your editor, check out ESLint's integrations user guide.




© 2018 HelloSign. All rights reserved.

/@hellosign/eslint-config/

    Package Sidebar

    Install

    npm i @hellosign/eslint-config

    Weekly Downloads

    2

    Version

    1.4.0

    License

    MIT

    Unpacked Size

    9.52 kB

    Total Files

    7

    Last publish

    Collaborators

    • hellosign-admin
    • npbee
    • nathanbuchar
    • asaayers