2.1.0 • Published 6 years ago

eslint-config-mitchreece-base v2.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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'