mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-19 11:38:22 -04:00
Allow unused vars in args and fix more eslint issues
This commit is contained in:
parent
2e3414135f
commit
8d8c38b1a8
17 changed files with 52 additions and 66 deletions
|
@ -264,6 +264,7 @@ const toast = useToast();
|
|||
|
||||
const leavePageMsg = "Do you really want to leave? you have unsaved changes!";
|
||||
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
let feedInterval;
|
||||
|
||||
const favicon = new Favico({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue