Enable ESLint Promise plugin defaults (#22229)
This commit is contained in:
parent
29ec2c4fb5
commit
5e1c0c3d94
2 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
const checkNotificationPromise = () => {
|
||||
try {
|
||||
// eslint-disable-next-line promise/catch-or-return
|
||||
// eslint-disable-next-line promise/catch-or-return, promise/valid-params
|
||||
Notification.requestPermission().then();
|
||||
} catch(e) {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue