MDL-76491 javascript: prevent eslint undefined Notification import.

This commit is contained in:
Paul Holden 2022-11-25 16:37:04 +00:00
parent 7f5f04dbc2
commit 258fe36e10

View File

@ -87,6 +87,7 @@
'no-octal-escape': 'error',
'no-proto': 'error',
'no-redeclare': 'warn',
'no-restricted-globals': ['error', { 'name': 'Notification' }],
'no-return-assign': 'error',
'no-script-url': 'error',
'no-self-assign': 'error',