diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-05-27 13:47:04 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-05-27 19:12:25 -0300 |
commit | 3a4c45000885b776b6e3012e57199a35ad7c7e33 (patch) | |
tree | 15125b05c2b617172e001dd810d2dd675d893379 /src/web-routes.js | |
parent | 3f06b3668374ad1f76f2bd9ca120101c9592da37 (diff) |
eslint: trivial fixes
Diffstat (limited to 'src/web-routes.js')
-rw-r--r-- | src/web-routes.js | 2 |
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 ( |