Skip to content

Commit

Permalink
Small fixes on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui authored Mar 16, 2023
1 parent 0e86d7c commit 6447ebc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,31 +87,31 @@ Your app is ready to be deployed!

```sh
yarn lint
or
# or
npm run lint
```

To apply fixes:

```shell
yarn lint --apply
or
# or
npm run lint -- --apply
```

To apply suggested fixes:

```shell
yarn lint --apply-suggested
or
# or
npm run lint -- --apply-suggested
```

### Formatter

```sh
yarn fmt
or
# or
npm run fmt
```

Expand Down

0 comments on commit 6447ebc

Please sign in to comment.