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, + }, + }, + ], };