From 34ea67c8c476acd8ad3d5bfb10c760b7f2f0a584 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sat, 20 Aug 2022 16:45:17 +0530 Subject: [PATCH] Fix prettier formatting in vscode Plugins are automatically loaded https://prettier.io/docs/en/plugins.html#using-plugins --- .prettierrc.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index 8cadfefaf..0835748d6 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,8 +1,5 @@ { "endOfLine": "auto", - "plugins": [ - "prettier-plugin-jsdoc" - ], "printWidth": 100, "singleQuote": true } \ No newline at end of file