Skip to content

Commit 20254a5

Browse files
Update CONTRIBUTING.md
Fix prettier formatting commands, swap them
1 parent c4cbb95 commit 20254a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ $ npm run lint-fix
9797
Check formatting with [prettier](https://prettier.io/):
9898

9999
```bash
100-
$ npm run format
100+
$ npm run format-check
101101
```
102102

103-
Run prettier and check all .ts files:
103+
Run prettier and automatically format:
104104

105105
```bash
106-
$ npm run format-check
106+
$ npm run format
107107
```
108108

109109
### Package the extension

0 commit comments

Comments
 (0)