chore: More globals for jshint

This commit is contained in:
sthag 2025-11-02 11:57:22 +01:00
parent 3dc836656a
commit 53897754e2

View file

@ -88,9 +88,16 @@
// Custom globals
"globals" : { // additional predefined global variables
"debugOn": true,
"hippie": true,
"viewHover": true,
"basicEase": true
"debugOn": true,
"hippie": true,
"viewHover": true,
"basicEase": true,
"TimeDisplay": true,
"DateDisplay": true,
"checkButtonAndTarget": true,
"getClosestEdge": true,
"centerElementUnderCursor": true,
"setAttributesAccordingToPosition": true,
"HippieTaskBar": true
}
}