Skip to content

Commit b2684ad

Browse files
bingtsingwelectrovir
authored andcommitted
[patch] [doc] fix readme prettier config link (#47)
1 parent fe7725b commit b2684ad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
};
2121
```
2222

23-
The order of your plugins array is very important, so if you have other plugins and they don't work initially, try rearranging them. For an example, check out the plugin ordering for this package's Prettier config: [`./prettier.config.mjs`](https://github.com/electrovir/virmator/blob/5d6503bfc31bd44daee6fec1c6e8024e7bc93b84/base-configs/prettier.config.mjs)
23+
The order of your plugins array is very important, so if you have other plugins and they don't work initially, try rearranging them. For an example, check out the plugin ordering for this package's Prettier config: [`prettier.config.base.mjs`](https://github.com/electrovir/virmator/blob/dev/configs/prettier.config.base.mjs)
2424

2525
## Options
2626

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-multiline-arrays",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Prettier plugin to force all arrays to be multiline.",
55
"keywords": [
66
"array",

0 commit comments

Comments
 (0)