From bf2c55a302bad284a2bd651585987308746591cb Mon Sep 17 00:00:00 2001 From: Fernando Pasik Date: Mon, 9 Sep 2024 23:10:05 +0100 Subject: [PATCH] style: remove unnecessary config --- .prettierrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index 3c67db45..463e23ac 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,5 +1,4 @@ { "plugins": ["prettier-plugin-organize-imports", "prettier-plugin-pkg", "prettier-plugin-sh"], - "overrides": [{ "files": ["tsconfig.json"], "options": { "parser": "json" } }], "singleQuote": true }