Skip to content

Commit 5b68450

Browse files
committed
Fix charlotte's feedbacks
1 parent 07f3fbc commit 5b68450

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
**/.cache/
22
.github/
3-
**/dist/
3+
**/dist/

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ yarn test:watch
7373
# Linter
7474
yarn lint
7575
# Linter with auto-correct
76-
yarn lint-fix
76+
yarn lint:fix
7777
# Prettier for Markdown (auto-correct)
7878
yarn format:md
7979
# Prettier for SCSS (auto-correct)
@@ -129,7 +129,7 @@ _[Read more about this](https://github.com/meilisearch/integration-guides/blob/m
129129
Make a PR modifying the files [`package.json`](/package.json) and [`src/lib/version.js`](/src/lib/version.js) with the right version.
130130

131131
```javascript
132-
"version": "X.X.X",
132+
'version': 'X.X.X',
133133
```
134134

135135
```javascript

0 commit comments

Comments
 (0)