From 749652f286412822969cc7bda7a546f1bbe6153c Mon Sep 17 00:00:00 2001 From: Hashem Khalifa Date: Wed, 26 Aug 2020 10:35:49 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4026f5d..97a1e93 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,13 @@ A CLI to generate Eslint configuration with or without style guide like airbnb or standardjs + The config can be generated in React, Typescript and NodeJS + In your project run `npx linting.json` and pick your favorite config. + Let's pick React as an example ```javascript ❯ React From 32ea81189cb52b973c531af6e79d036204ff924f Mon Sep 17 00:00:00 2001 From: Hashem Khalifa Date: Wed, 26 Aug 2020 10:58:51 +0200 Subject: [PATCH 2/2] add inspired by --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 97a1e93..5041913 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,5 @@ Pick the style guide @Todo - [ ] Add standard JS - [ ] Refactor the dependency installation + +Inspired by [tsconfig](https://github.com/benawad/tsconfig.json)