1.3.3 • Published 4 years ago

eslint-config-joaopedrodcf v1.3.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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