Config file for eslint.
To install the package, run the following in your projects root folder:
yarn add eslint-config-mitchreece-base --dev
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'