@coverhound/eslint-config-coverhound

1.4.1-pre.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @coverhound/eslint-config-coverhound

Weekly Downloads

196

Version

1.4.1-pre.2

License

ISC

Unpacked Size

2.65 kB

Total Files

4

Last publish

Collaborators

  • anniep
  • coverhound_admin