@rafaelmotta/eslint-config
v1.0.0
Published
## Description
Downloads
3
Readme
Rafael Motta - Eslint Config
Description
This is a personal project used for sharing common eslint rules across different projects.
Installation
In your javascript package, run:
yarn add @rafaelmotta/eslint-config -D
Make sure to create a .eslintrc.json
file and place the content:
{
"extends": ["@rafaelmotta"]
}