Skip to content

Commit

Permalink
chore: mention prettier in gettingStarted [LIBS-646]
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Jul 22, 2024
1 parent b219eb3 commit 788138f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,18 @@ be added to the project using the `add` command.

The structure is: `d2-style add {tool} {template}`

```sh
# to add the default eslint configuration
yarn d2-style add eslint
To add the default react eslint configuration:

# to add the react eslint configuration
```sh
yarn d2-style add eslint react
```

To add prettier configuration:

```sh
yarn d2-style add prettier
```

To add Git hooks, the format is:

```sh
Expand Down

0 comments on commit 788138f

Please # to comment.