# eslint-config-trybe-fundamentals

ESLint Shared config used by trybe on projects of the Fundamentals module

## Installation

Simply install this through npm:

```shell
$ npm i eslint-config-trybe-fundamentals
```

## Usage

Extend this config on your `.eslintrc.json`:

```json
{
  // ...
  "extends": "trybe-fundamentals"
  // ...
}
```
