eslint-config-mitchreece-base
v2.1.0
Published
Config file for eslint
Downloads
5
Readme
eslint-config-mitchreece-base
Config file for eslint.
Installation
To install the package, run the following in your projects root folder:
yarn add eslint-config-mitchreece-base --dev
Usage
In order to enforce the rules specified in this config file, add 'mitchreece-base' to the extends property of your .eslintrc.* file
extends: 'mitchreece-base'