diff --git a/.prettierrc.json b/.prettierrc.json index 93b4f718c039..c1d4aa50bb5a 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -8,7 +8,7 @@ ], "options": { "plugins": [ - "./eng/scripts/prettier-swagger-plugin.js" + "./scripts/prettier-swagger-plugin.js" ], "parser": "json-swagger", "printWidth": 20, diff --git a/eng/scripts/prettier-swagger-plugin.js b/scripts/prettier-swagger-plugin.js similarity index 100% rename from eng/scripts/prettier-swagger-plugin.js rename to scripts/prettier-swagger-plugin.js