Skip to content

Commit

Permalink
Merge pull request #6 from thesis/improved-install-instructions
Browse files Browse the repository at this point in the history
Improve "getting started" instructions in the README
  • Loading branch information
mhluongo authored Oct 17, 2022
2 parents 1754585 + a567df1 commit 1bc3313
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 @@ -5,9 +5,10 @@ React / JSX.

## Getting started

1. Install the shared config with `yarn`
1. Install `eslint` and the shared config with `yarn`

```bash
yarn add -D eslint prettier @typescript-eslint/eslint-plugin @typescript-eslint/parser
yarn add -D @thesis-co/eslint-config
```

Expand Down

0 comments on commit 1bc3313

Please sign in to comment.