aboutsummaryrefslogtreecommitdiff
path: root/demo/src/index.ts
diff options
context:
space:
mode:
authorUri Shaked2026-02-14 19:25:24 +0200
committerUri Shaked2026-02-14 19:25:24 +0200
commit69589b07e47219b7673dc9919fb6fa3fcd0c4d54 (patch)
tree50d34ab39b382c50695682ddd3ea5bfc7043ea8e /demo/src/index.ts
parentchore: update all devDependencies (diff)
downloadavr8js-69589b07e47219b7673dc9919fb6fa3fcd0c4d54.tar.gz
avr8js-69589b07e47219b7673dc9919fb6fa3fcd0c4d54.tar.bz2
avr8js-69589b07e47219b7673dc9919fb6fa3fcd0c4d54.zip
style: organize imports
Also remove unused eslint-disable directives
Diffstat (limited to 'demo/src/index.ts')
-rw-r--r--demo/src/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/demo/src/index.ts b/demo/src/index.ts
index 2d35403..06f1888 100644
--- a/demo/src/index.ts
+++ b/demo/src/index.ts
@@ -50,7 +50,6 @@ const led12 = document.querySelector<LEDElement>('wokwi-led[color=red]');
// Set up toolbar
let runner: AVRRunner;
-/* eslint-disable @typescript-eslint/no-use-before-define */
const runButton = document.querySelector('#run-button');
runButton.addEventListener('click', compileAndRun);
const stopButton = document.querySelector('#stop-button');