UNPKG

229 BMarkdownView Raw
1# lint-roller
2
3A repo with a collection of the various linting/styling rules that I wish to follow.
4
5# eslint
6
7```json
8{
9 "extends": "eslint-config-ksmithut"
10}
11```
12
13es6
14
15```json
16{
17 "extends": "eslint-config-ksmithut/es6"
18}
19```