An open API service indexing awesome lists of open source software.

https://github.com/rocicorp/eslint-config

shared eslint configuration for rocicorp projects
https://github.com/rocicorp/eslint-config

Last synced: over 1 year ago
JSON representation

shared eslint configuration for rocicorp projects

Awesome Lists containing this project

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

```bash
$ 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`:

```json
{
"eslintConfig": {
"extends": "@rocicorp/eslint-config"
}
}
```