MDL-76491 javascript: prevent eslint undefined Notification import.

This commit is contained in:
Paul Holden
2022-12-02 10:06:10 +00:00
parent bdba78514f
commit f5bb4eebce
+1
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',