# eslint config

A common eslint config for use in ta-interaktiv projects.

## Installation

Add config and peer dependencies:

```bash
yarn add @ta-interaktiv/eslint-config --dev
```

The installation process should automatically place a `.eslintrc` and a `.prettierrc.yml` into your project.

Otherwise, add the following to `.eslintrc`:

```json
{
  "extends": "@ta-interaktiv"
}
```

## Supports

- [StandardJS](https://standardjs.com)
- JSX
- [Flow](https://flow.org)
- [Jest](http://facebook.github.io/jest/)
- [Typescript](https://www.typescriptlang.org)
