We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d56aa commit 7e39274Copy full SHA for 7e39274
1 file changed
README.md
@@ -41,6 +41,8 @@ yarn add prettier-plugin-jsdoc --dev
41
42
Add `prettier-plugin-jsdoc` to your `plugins` list.
43
44
+**Important:** When using multiple plugins, add `prettier-plugin-jsdoc` to the **end** of the plugins list.
45
+
46
`.prettierrc`:
47
48
```json
@@ -49,6 +51,14 @@ Add `prettier-plugin-jsdoc` to your `plugins` list.
49
51
}
50
52
```
53
54
+With other plugins:
55
56
+```json
57
+{
58
+ "plugins": [..., "prettier-plugin-jsdoc"]
59
+}
60
+```
61
62
`prettier.config.js`:
63
64
```js
0 commit comments