https://github.com/crunch-io/eslint-config-crunch
https://github.com/crunch-io/eslint-config-crunch
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crunch-io/eslint-config-crunch
- Owner: Crunch-io
- License: mit
- Created: 2017-02-28T22:41:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T19:45:03.000Z (about 5 years ago)
- Last Synced: 2025-03-18T20:04:09.514Z (4 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 38
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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