From b426eacc53734165562dfb80b8d91afbe7e75c01 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 2 Aug 2026 18:14:17 +0800 Subject: [PATCH] chore(fmt): enable packagejson plugin --- rstack.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rstack.config.ts b/rstack.config.ts index d38dd813..9ccdbd4a 100644 --- a/rstack.config.ts +++ b/rstack.config.ts @@ -40,8 +40,7 @@ define.lint(async () => { define.fmt({ ignorePatterns: ['**/dist/**', 'pnpm-lock.yaml'], - // TODO: Enable after rs fmt supports resolving Prettier plugins from the project root. - // plugins: ['prettier-plugin-packagejson'], + plugins: ['prettier-plugin-packagejson'], printWidth: 100, singleQuote: true, });