0.7.0 • Published 9 months ago
@rocicorp/eslint-config v0.7.0
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-devUsage
Make sure you have a tsconfig.json and .eslintignore in your project
Add this to the package.json:
{
"eslintConfig": {
"extends": "@rocicorp/eslint-config"
}
}