Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions rstack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down