You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/prettier-plugin-merge/README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,3 +60,15 @@ export default {
60
60
],
61
61
};
62
62
```
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