Skip to content

Commit 1a98af7

Browse files
committed
doc: add doc for yarn fmt/lint
1 parent 30ff060 commit 1a98af7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,15 @@ Run tests:
109109
$ yarn test
110110
```
111111

112-
Run typing check:
112+
Run tests with coverage report:
113113

114114
```console
115-
$ yarn tsc --noEmit
115+
$ yarn coverage
116116
```
117117

118-
Run tests with coverage report:
118+
Remember to run eslint checks and prettier before commiting your code.
119119

120120
```console
121-
$ yarn coverage
121+
$ yarn fmt
122+
$ yarn lint
122123
```

0 commit comments

Comments
 (0)