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

https://github.com/aretecode/eslint-config-aretecode

The best rules
https://github.com/aretecode/eslint-config-aretecode

Last synced: 7 months ago
JSON representation

The best rules

Awesome Lists containing this project

README

          

# eslint-config-aretecode

[![MIT License][license-image]][license-url]

> The best rules.

## install

First add the configuration to your `package.json` file:

```bash
npm i --save-dev eslint-config-aretecode eslint babel-eslint
```

Then create a new file called `.eslintrc`, and its contents should be:

```json
{
"extends": "aretecode"
}
```

## resources
- [emoji commit guide](https://github.com/aretecode/emoji-commits)
- [shareable-configs](http://eslint.org/docs/developer-guide/shareable-configs)
- [crocodile](https://github.com/crocodilejs/eslint-config-crocodile)
- [eslint](http://eslint.org/)

[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: https://spdx.org/licenses/MIT