Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
M0rgan01 committed Feb 21, 2024
1 parent 98169d7 commit 823c47a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,13 @@ The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `yarn lint`

Static analysis of code, relative to the configuration specified in the file [.eslintrc.json](.eslintrc.json).

Adding a `fix` option allows errors to be directly corrected, when possible.

```shell
$ yarn lint --fix
```

0 comments on commit 823c47a

Please sign in to comment.