The package includes all the dependencies to have a working eslint
setup that works with the configuration. Adopting projects will only
need to install @rocicorp/eslint-config
.
$ npm install @rocicorp/eslint-config --save-dev
** Make sure you have a tsconfig.json
and .eslintignore
in your project **
Add this to the package.json
:
{
"eslintConfig": {
"extends": "@rocicorp/eslint-config"
}
}