1.0.2 • Published 3 years ago

@obeliskbr/eslint-config v1.0.2

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

Obelisk - Eslint Config

Description

This is an internal project used for sharing common eslint rules across all the front-end packages at Obelisk.

Installation

In your front-end package, run:

yarn add @obelisk/eslint-config -D

Make sure to create a .eslintrc.json file and place the content:

{
  "extends": ["@obelisk"]
}