UNPKG

383 BMarkdownView Raw
1# eslint-config-cumul8
2
3The Javascript code standards used at Eight Solutions.
4
5## Install
6
7```sh
8npm install --save-dev eslint-config-cumul8
9```
10
11## Usage
12
13Add the config to your `.eslintrc` file:
14
15```js
16{
17 "extends": "eslint-config-cumul8"
18}
19```
20
21Enable via `package.json` scripts with the custom `eslint-cumul8` bin:
22
23```js
24{
25 "scripts": {
26 "eslint": "eslint-cumul8 src"
27 }
28}
29```
\No newline at end of file