@ta-interaktiv/eslint-config
v2.1.1
Published
A common eslint config for use in ta-interaktiv projects.
Readme
eslint config
A common eslint config for use in ta-interaktiv projects.
Installation
Add config and peer dependencies:
yarn add @ta-interaktiv/eslint-config --devThe installation process should automatically place a .eslintrc and a .prettierrc.yml into your project.
Otherwise, add the following to .eslintrc:
{
"extends": "@ta-interaktiv"
}