1.0.2 • Published 4 years ago

eslint-config-mathias v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

eslint-config-mathias

ESlint config for my project

Installation

yarn add eslint-config---dev

How to use

Add the .eslintrc to the project as described below

{

    "extends": [
	    "eslint-config-mathias/*",
    ]
}

Substitute * for the following tags:

tagdescription
reactESLint config for ReactJS projects
typescriptESLint config for Typescript projects