# eslint-config-base

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [Usage](#usage)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

[![npm version](https://img.shields.io/npm/v/@researchgate/eslint-config-base.svg)](https://www.npmjs.com/package/@researchgate/eslint-config-base)

This package provides ResearchGate's .eslintrc as an extensible shared config.

## Usage

```bash
yarn add --dev eslint @researchgate/eslint-config-base
```

```json
{
  "extends": "@researchgate/eslint-config-base"
}
```
