From 1bd9279082e0d5af179722b7d6a4d8d48544a78a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:32:27 +0300 Subject: [PATCH] refactor(prettier): remove json override (#124) Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com> --- prettier.config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/prettier.config.js b/prettier.config.js index 88a198b..533e606 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -8,11 +8,5 @@ export default defineConfig({ singleQuote: true, }, }, - { - files: ['*.json'], - options: { - trailingComma: 'none', - }, - }, ], });