Skip to content

Commit

Permalink
[patch] remove relative path comment from config example
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Feb 1, 2024
1 parent c8b36ea commit 55a1031
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Add this config to your prettierrc file:
```TypeScript
module.exports = {
plugins: [
// relative paths are usually required, in my experience, so Prettier can find the plugin
'prettier-plugin-multiline-arrays',
],
};
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-multiline-arrays",
"version": "3.0.2",
"version": "3.0.3",
"description": "Prettier plugin to force all arrays to be multiline.",
"keywords": [
"array",
Expand Down
1 change: 0 additions & 1 deletion src/readme-examples/prettier-options.example.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
plugins: [
// relative paths are usually required, in my experience, so Prettier can find the plugin
'prettier-plugin-multiline-arrays',
],
};

0 comments on commit 55a1031

Please sign in to comment.