From 3a277614aa0db4845d0e2d0146f2043e1b4ddf1d Mon Sep 17 00:00:00 2001 From: Morten Noddeland Date: Mon, 15 Jul 2019 11:33:31 +0200 Subject: [PATCH] Update quick start in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a20a35..ca96d31 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ npm install --save-dev @otovo/eslint-config-otovo Depending on your project, add one of these to your `.eslintrc` file: -- **React without types:** `@otovo/eslint-config-otovo` +- **Pure JS:** `@otovo/eslint-config-otovo` +- **React without types:** `@otovo/eslint-config-otovo/react-recommended` - **React with Flow:** `@otovo/eslint-config-otovo/react-flow-recommended` - **React with Typescript:** `@otovo/eslint-config-otovo/react-typescript-recommended`