diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-10-20 06:46:07 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-10-20 06:46:07 -0300 |
commit | b28cd004aa52a0d4eaa71cc6d90f37551c144e09 (patch) | |
tree | b266a9b953d4eb1cb9e17558027fbd1f4070f00f /package.json | |
parent | 727d3304bfa11f37a8788eefd3e9fca97bcb8775 (diff) |
add @eslint/js as explicit dependency, hopefully
npm isn't exiting for us but the package-lock.json update appears to be . .... extant?? it's probably working
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index e8ccb552..b23bed2e 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,7 @@ "node": ">= 22.13.0" }, "dependencies": { + "@eslint/js": "^9.38.0", "@js-temporal/polyfill": "^0.4.4", "chroma-js": "^2.4.2", "command-exists": "^1.2.9", |