Skip to content

Commit

Permalink
MDL-76491 javascript: prevent eslint undefined Notification import.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulholden committed Dec 2, 2022
1 parent 1d863c3 commit bc03402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit bc03402

Please sign in to comment.