Skip to content

Commit 39ddc27

Browse files
committed
docs: update README.md
1 parent e99b00f commit 39ddc27

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/prettier-plugin-merge/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,15 @@ export default {
6060
],
6161
};
6262
```
63+
64+
## Limitation
65+
66+
All other plugins used with this plugin must be compatible with your version of Prettier.
67+
68+
For example, suppose you have three plugins:
69+
70+
- `prettier-plugin-A`: Only compatible with Prettier v2
71+
- `prettier-plugin-B`: Only compatible with Prettier v3
72+
- `prettier-plugin-X`: Compatible with both versions
73+
74+
Prettier v2 users can only configure `prettier-plugin-A` and `prettier-plugin-X`, and Prettier v3 users can only configure `prettier-plugin-B` and `prettier-plugin-X`.

0 commit comments

Comments
 (0)