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).