eslint config
A common eslint config for use in ta-interaktiv projects.
Installation
Add config and peer dependencies:
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
:
{
"extends": "@ta-interaktiv"
}
Supports
- StandardJS
- JSX
- Flow
- Jest
- Typescript