1.4.1-pre.2 • Published 7 years ago
@coverhound/eslint-config-coverhound v1.4.1-pre.2
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-coverhoundStep 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.
1.4.1-pre.2
7 years ago
1.4.1-pre.1
7 years ago
1.4.1-pre.0
7 years ago
1.4.0
8 years ago
1.3.1
8 years ago
1.3.0
8 years ago
1.2.1
8 years ago
1.2.0
8 years ago
1.1.0
8 years ago
1.0.2
8 years ago
1.0.1
9 years ago
1.0.0
9 years ago