From 3a4c45000885b776b6e3012e57199a35ad7c7e33 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 27 May 2025 13:47:04 -0300 Subject: eslint: trivial fixes --- src/web-routes.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/web-routes.js') diff --git a/src/web-routes.js b/src/web-routes.js index b68dccbf..a7115bbd 100644 --- a/src/web-routes.js +++ b/src/web-routes.js @@ -4,8 +4,10 @@ import {fileURLToPath} from 'node:url'; const __dirname = path.dirname(fileURLToPath(import.meta.url)); +/* eslint-disable no-unused-vars */ const codeSrcPath = __dirname; const codeRootPath = path.resolve(codeSrcPath, '..'); +/* eslint-enable no-unused-vars */ function getNodeDependencyRootPath(dependencyName) { return ( -- cgit 1.3.0-6-gf8a5