Crunch-io / eslint-config-crunch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 100.0%