We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ff060 commit 1a98af7Copy full SHA for 1a98af7
README.md
@@ -109,14 +109,15 @@ Run tests:
109
$ yarn test
110
```
111
112
-Run typing check:
+Run tests with coverage report:
113
114
```console
115
-$ yarn tsc --noEmit
+$ yarn coverage
116
117
118
-Run tests with coverage report:
+Remember to run eslint checks and prettier before commiting your code.
119
120
121
-$ yarn coverage
+$ yarn fmt
122
+$ yarn lint
123
0 commit comments