@coverhound/eslint-config-coverhound

Coverhound's very own eslint shareable config enforcing NEXT LEVEL javascript standards.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@coverhound/eslint-config-coverhound
1.4.1-pre.25 years ago6 years agoMinified + gzip package size for @coverhound/eslint-config-coverhound in KB

Readme

Introduction

This is meant to be Coverhound's living style guide for writing consistent javascript. It extends Airbnb's eslint configuration. If you have any suggestions, submit an issue!

Installation

Step 1 Install our shareable eslint config
$ npm install --save-dev @coverhound/eslint-config-coverhound

Step 2 Create an .eslintrc.json
{
  "extends": "@coverhound/coverhound",
  "rules": {
    // add custom repo rules here
    // however, submit an issue if you think we should
    // add a rule to the shareable config
  }
}

Editor Integration

Visit ESLint's integration guide to enable ESLint in your editor of choice.