Skip to content

CommandShiftHQ/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-mcr-codes

eslint config for learning to code

Install

Install the npm package as a dev dependency npm install eslint-config-mcr-codes --save-dev

Setup

Add an .eslintrc file at the root of your project with the following content:

{
  "extends": [
    "mcr-codes"
  ]
}

If your project is a React project, add "mcr-codes/react" instead of just "mcr-codes"

About

eslint config for learning to code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published