From db9022c00b27e3d1261e506f0efb30bf77a5a627 Mon Sep 17 00:00:00 2001 From: Valentin Silyutin Date: Fri, 26 Dec 2025 11:54:25 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B0=20prettier.config.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prettier.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/prettier.config.js b/prettier.config.js index 73ccb24..d9bfc40 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -2,4 +2,12 @@ export default { printWidth: 120, singleQuote: true, quoteProps: 'consistent', + overrides: [ + { + files: 'packages/*/package.json', + options: { + tabWidth: 2, + }, + }, + ], };