Skip to content

Commit

Permalink
[doc] fix readme prettier config link (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingtsingw authored Dec 16, 2024
1 parent fe7725b commit ecb85de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
};
```

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)
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)

## Options

Expand Down

0 comments on commit ecb85de

Please sign in to comment.