@rocicorp/eslint-config
v0.5.1
Published
Common eslint config for Rocicorp
Downloads
2,422
Keywords
Readme
Shared eslint config for Rocicorp Projects
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
.
Install
$ npm install @rocicorp/eslint-config --save-dev
Usage
** Make sure you have a tsconfig.json
and .eslintignore
in your project **
Add this to the package.json
:
{
"eslintConfig": {
"extends": "@rocicorp/eslint-config"
}
}