Skip to content

Commit

Permalink
Fix prettier config to work locally and in unified pipeline (#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 and jnlycklama committed Nov 8, 2023
1 parent 156b77b commit bd61bdf
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 bd61bdf

Please sign in to comment.