We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3718834 commit b1eb793Copy full SHA for b1eb793
README.md
@@ -66,8 +66,7 @@ You will also see any lint errors in the console.
66
67
### `yarn test`
68
69
-Launches the test runner in the interactive watch mode.<br>
70
-See the section about [running tests](#running-tests) for more information.
+Launches the test runner in the interactive watch mode.
71
72
### `yarn build`
73
@@ -77,4 +76,6 @@ It correctly bundles React in production mode and optimizes the build for the be
77
76
The build is minified and the filenames include the hashes.<br>
78
Your app is ready to be deployed!
79
80
-See the section about [deployment](#deployment) for more information.
+### `yarn lint`
+
81
+Runs linting for the project and checks against rules in `.eslintrc.json`.
0 commit comments