Merge branch 'main' into dev/mjbvz/mermaid-core

This commit is contained in:
Matt Bierner
2025-09-15 22:07:47 -07:00
176 changed files with 9426 additions and 4170 deletions

View File

@@ -763,6 +763,17 @@ export default tseslint.config(
'local': pluginLocal,
},
rules: {
'no-restricted-imports': [
'warn',
{
'patterns': [
{
'group': ['dompurify*'],
'message': 'Use domSanitize instead of dompurify directly'
},
]
}
],
'local/code-import-patterns': [
'warn',
{