Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

mitchreece/eslint-config-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'