From 823c47a3eb2c583ccb75b80024b755f6d6ddbd07 Mon Sep 17 00:00:00 2001 From: morgan Date: Wed, 21 Feb 2024 09:35:51 +0100 Subject: [PATCH] Update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index aeaf157..2a72ed5 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file