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
- Host: GitHub
- URL: https://github.com/aretecode/eslint-config-aretecode
- Owner: aretecode
- Created: 2017-02-05T07:27:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T01:00:59.000Z (almost 9 years ago)
- Last Synced: 2025-06-11T07:40:30.385Z (8 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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