Skip to content

Commit 9316dab

Browse files
authored
chore(fmt): enable packagejson plugin (#136)
1 parent c81b623 commit 9316dab

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rstack.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ define.lint(async () => {
4040

4141
define.fmt({
4242
ignorePatterns: ['**/dist/**', 'pnpm-lock.yaml'],
43-
// TODO: Enable after rs fmt supports resolving Prettier plugins from the project root.
44-
// plugins: ['prettier-plugin-packagejson'],
43+
plugins: ['prettier-plugin-packagejson'],
4544
printWidth: 100,
4645
singleQuote: true,
4746
});

0 commit comments

Comments
 (0)