# eslint-config-fictiv
> Fictiv Engineering shareable eslint

[Fictiv](https://www.fictiv.com)


## Install

```
yarn add --dev eslint-config-fictiv
```

## Configure

In your __.eslintrc.*__ add
```yaml
extends: ['fictiv']
```

## Exceptions
Documented [here](./exceptions.md)
