UNPKG

591 BMarkdownView Raw
1# @MadKudu/eslint-config
2
3MadKudu's ESLint configurations.
4
5## Installation
6
7Install this config package and ESLint:
8
9```sh
10$ npm install --save-dev eslint-config-madkudu
11```
12
13Next, install any necessary peer dependencies warned about when you ran the above command.
14
15## Usage
16
17This repository comes with three different main configurations: `client`, `server`, and `mocha`. Check each directory's `README.md` for usage information.
18
19For more details about how ESLint's shareable configurations work, see the [ESLint documentation](http://eslint.org/docs/developer-guide/shareable-configs).