From 2311ed1685db7f703a78f31823f47980cc5bfdcc Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 27 May 2025 13:51:05 -0300 Subject: eslint: nontrivial fixes --- src/urls.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/urls.js') diff --git a/src/urls.js b/src/urls.js index 9cc4a554..b51ea459 100644 --- a/src/urls.js +++ b/src/urls.js @@ -129,6 +129,9 @@ export function generateURLs(urlSpec) { if (template === null) { // Self-diagnose, brutally. + // TODO: This variable isn't used, and has never been used, + // but it might have been *meant* to be used? + // eslint-disable-next-line no-unused-vars const otherTemplateKey = (device ? 'posix' : 'device'); const {value: {[templateKey]: otherTemplate}} = -- cgit 1.3.0-6-gf8a5