Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crunch-io/eslint-config-crunch
https://github.com/crunch-io/eslint-config-crunch
Last synced: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T19:45:03.000Z (over 4 years ago)
- Last Synced: 2024-11-30T23:38:44.039Z (about 1 month ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 39
- 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