mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Enable a few more stylistic eslint options for my extensions
This commit is contained in:
@@ -24,7 +24,7 @@ export class CspAlerter {
|
||||
});
|
||||
|
||||
window.addEventListener('message', (event) => {
|
||||
if (event && event.data && event.data.name === 'vscode-did-block-svg') {
|
||||
if (event?.data && event.data.name === 'vscode-did-block-svg') {
|
||||
this._onCspWarning();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user