Skip to content

Commit

Permalink
Fix prettier config to work locally and in unified pipeline (Azure#25705
Browse files Browse the repository at this point in the history
)

The unified pipeline expects the plugin to live in under scripts
so we cannot move it to eng/scripts until we change the unified
pipeline to use the prettier in the repo.
  • Loading branch information
weshaggard authored Sep 7, 2023
1 parent c1d7ef4 commit b204f92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"options": {
"plugins": [
"./eng/scripts/prettier-swagger-plugin.js"
"./scripts/prettier-swagger-plugin.js"
],
"parser": "json-swagger",
"printWidth": 20,
Expand Down
File renamed without changes.

0 comments on commit b204f92

Please sign in to comment.