« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/web-routes.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/web-routes.js')
-rw-r--r--src/web-routes.js2
1 files changed, 2 insertions, 0 deletions
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 (