Skip to content

joaopedrodcf/eslint-config-joaopedrodcf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-joaopedrodcf

Eslint configs to use through my projects

npm version

Getting Started

  • Install

Yarn

yarn add --dev eslint eslint-config-joaopedrodcf

Npm

npm install --save-dev eslint eslint-config-joaopedrodcf
  • Now create a file named: .eslintrc and insert this
{
    "extends": [
        "joaopedrodcf"
    ]
}
  • This will make you extend my rules, and its ready to use

About

Eslint configs to use throught my projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published