Skip to content

Commit 2ac2548

Browse files
committed
Update minimum version of ESLint
1 parent 67bc0c5 commit 2ac2548

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Set of [ESLint](https://eslint.org/) rules for JavaScript projects at Leapfrog.
1010

1111
## Requires
1212

13-
- ESLint **>= 4.19.0**
13+
- ESLint **>= 6.0.0**
1414

1515
## Usage
1616

@@ -40,17 +40,13 @@ For projects using React, include `eslint-config-leapfrog/react` which contains
4040

4141
Following are the projects compliant to these rules. Send us a PR and we'll add you to the list.
4242

43-
* [Async Store - Koa Example](https://github.com/leapfrogtechnology/async-store/tree/master/examples/koa-http-server-js)
44-
* [Express API ES6 Starter](https://github.com/mesaugat/express-api-es6-starter)
45-
* [Frogtoberfest](https://github.com/leapfrogtechnology/frogtoberfest)
46-
* [get-js](https://github.com/kabirbaidhya/get-js)
47-
* [js-jatra](https://github.com/leapfrogtechnology/js-jatra)
48-
* [Just Handlebars Helpers](https://github.com/leapfrogtechnology/just-handlebars-helpers)
49-
* [SyncDb - Node MSSQL Example](https://github.com/leapfrogtechnology/sync-db/tree/master/examples/node-app-mssql)
50-
51-
## Using TypeScript?
52-
53-
Use [tslint-config-leapfrog](https://github.com/leapfrogtechnology/tslint-config-leapfrog).
43+
- [Async Store - Koa Example](https://github.com/leapfrogtechnology/async-store/tree/master/examples/koa-http-server-js)
44+
- [Express API ES6 Starter](https://github.com/mesaugat/express-api-es6-starter)
45+
- [Frogtoberfest](https://github.com/leapfrogtechnology/frogtoberfest)
46+
- [get-js](https://github.com/kabirbaidhya/get-js)
47+
- [js-jatra](https://github.com/leapfrogtechnology/js-jatra)
48+
- [Just Handlebars Helpers](https://github.com/leapfrogtechnology/just-handlebars-helpers)
49+
- [SyncDb - Node MSSQL Example](https://github.com/leapfrogtechnology/sync-db/tree/master/examples/node-app-mssql)
5450

5551
## License
5652

0 commit comments

Comments
 (0)