From 8263f89e39f0984e9b08288d96f47f647087b523 Mon Sep 17 00:00:00 2001 From: burnettk Date: Mon, 27 Jun 2022 18:07:03 -0400 Subject: [PATCH] document new scripts --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6ad1bf0..0142f71 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,14 @@ Instead, it will copy all the configuration files and the transitive dependencie You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. +### `npm run lint` + +Check for lint in code. + +### `npm run lint:fix` + +Fix lint in code. + ## Learn More You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).