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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ export default {
20
20
};
21
21
```
22
22
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)
0 commit comments