diff --git a/README.md b/README.md index 4026f5d..5041913 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 @@ -25,3 +28,5 @@ Pick the style guide @Todo - [ ] Add standard JS - [ ] Refactor the dependency installation + +Inspired by [tsconfig](https://github.com/benawad/tsconfig.json)