Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crunch-io/eslint-config-crunch


https://github.com/crunch-io/eslint-config-crunch

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# eslint-config-crunch

> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) used in javascript [Crunch.io](http://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`](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) section of your [ESLint configuration](http://eslint.org/docs/user-guide/configuring).

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

## License
MIT