Skip to content

Commit ed18f3b

Browse files
authored
Disable unused vars eslint rule in sched.js
1 parent d10e7f6 commit ed18f3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/sched/sched.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable no-unused-vars */
2+
13
// Chances are boot0.js got run already and scheduled *another*
24
// 'load(sched.js)' - so let's remove it first!
35
if (Bangle.SCHED) {

0 commit comments

Comments
 (0)