From 7408b36f75bc609fe6ec2e7a3c9c7abc0cb134e7 Mon Sep 17 00:00:00 2001 From: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:10:10 +0300 Subject: [PATCH] refactor(prettier): remove json override --- 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', - }, - }, ], });