Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 650 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 650 Bytes

eslint-config-crunch

ESLint shareable config used in javascript Crunch.io projects

Installation

$ npm install --save-dev eslint eslint-config-crunch

Usage

Once the eslint-config-crunch package is installed, you can use it by specifying crunch in the extends section of your ESLint configuration.

{
  "extends": "crunch",
  "rules": {
    // Additional, per-project rules...
  }
}

License

MIT