UNPKG

fliphub-monorepo

Version:
38 lines (26 loc) 1.1 kB
# 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/) - [eslint-config-supermind](https://github.com/supermind/eslint-config-supermind) - [eslint-config-google](https://github.com/google/eslint-config-google) - [eslint-config-airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb) - [babel-eslint](https://github.com/babel/babel-eslint) - [prettier](https://github.com/prettier/prettier) [license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat [license-url]: https://spdx.org/licenses/MIT