# :wrench: @edge5/eslint-config · [![npm](https://img.shields.io/npm/v/@edge5/eslint-config.svg)](https://www.npmjs.com/package/@edge5/eslint-config)

This is an ESLint kit which we use at Edge5. It includes all dependencies and rules to get you started right away.

## Installation

Install the package itself with `npm install @edge5/eslint-config --save-dev`.

## Usage

Simply create a file named `.eslintrc` with the following content:
```json
{
  "extends": "@edge5"
}
```
