Skip to content

Commit 209c46a

Browse files
committed
Merge PR: code review improvements and fix TypeScript errors
- Merge origin/claude/multi-agent-code-review-97LHj - Fix DOMPURIFY_CONFIG TypeScript error (remove 'as const') - Clean up local branches (e2e-problems-batch-*) - Install missing dependencies
1 parent a2d2d60 commit 209c46a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ export const DOMPURIFY_CONFIG = {
103103
],
104104
ALLOWED_ATTR: ['class', 'href', 'target', 'rel'],
105105
ALLOW_DATA_ATTR: false,
106-
} as const;
106+
};

0 commit comments

Comments
 (0)