Skip to content

Commit

Permalink
Update quick start in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mortnod committed Jul 15, 2019
1 parent bca66ed commit 3a27761
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 3a27761

Please sign in to comment.