ESLint shareable config by HelloSign
npm install @hellosign/eslint-configESLint shareable config by HelloSign.
This config extends AirBnB's eslint-config-airbnb-base with a few minor exceptions.
``bash`
npm install --save-dev eslint @hellosign/eslint-config
In your ESLint configuration add:
`json`
{
"extends": "@hellosign"
}
If you'd like to apply custom rules which override our default config, simply add them to rules.
`json``
{
"extends": "@hellosign",
"rules": {
"comma-dangle": ["error", "never"]
}
}
To integrate ESLint into your editor, check out ESLint's integrations user guide.
© 2018 HelloSign. All rights reserved.