mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Merge branch 'main' into dev/mjbvz/mermaid-core
This commit is contained in:
@@ -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',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user