@obeliskbr/eslint-config
v1.0.2
Published
## Description
Downloads
7
Readme
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"]
}