@obeliskbr/eslint-config

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

Usage no npm install needed!

<script type="module">
  import obeliskbrEslintConfig from 'https://cdn.skypack.dev/@obeliskbr/eslint-config';
</script>

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