1.0.0 • Published 3 years ago

@rafaelmotta/eslint-config v1.0.0

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

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"]
}