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 07f3fbc commit 5b68450Copy full SHA for 5b68450
.prettierignore
@@ -1,3 +1,3 @@
1
**/.cache/
2
.github/
3
-**/dist/
+**/dist/
CONTRIBUTING.md
@@ -73,7 +73,7 @@ yarn test:watch
73
# Linter
74
yarn lint
75
# Linter with auto-correct
76
-yarn lint-fix
+yarn lint:fix
77
# Prettier for Markdown (auto-correct)
78
yarn format:md
79
# Prettier for SCSS (auto-correct)
@@ -129,7 +129,7 @@ _[Read more about this](https://github.com/meilisearch/integration-guides/blob/m
129
Make a PR modifying the files [`package.json`](/package.json) and [`src/lib/version.js`](/src/lib/version.js) with the right version.
130
131
```javascript
132
-"version": "X.X.X",
+'version': 'X.X.X',
133
```
134
135
0 commit comments