1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-24 08:32:23 +02:00

eslint for notification.js

This commit is contained in:
LouisLam 2021-08-25 01:21:06 +08:00
parent f96d792fa1
commit 682e4d45e2
2 changed files with 4 additions and 3 deletions

View File

@ -75,5 +75,6 @@ module.exports = {
"no-empty": ["error", {
"allowEmptyCatch": true
}],
"no-control-regex": "off"
},
}