UNPKG

eslint-config-aretecode

Version:
34 lines (21 loc) 737 B
# 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