From c42443db292fa89f1f705fa609a2cd9c9cf331e8 Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Sat, 20 Dec 2025 21:40:46 +0900 Subject: [PATCH] chore: install missing package --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index bb4ff0c..cfde875 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "author": "", "license": "Appache-2.0", "devDependencies": { + "@eslint/js": "^9.39.2", "@stylistic/eslint-plugin": "^5.6.1", "@types/diff-match-patch": "^1.0.36", "@types/node": "^22.12.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 28c5585..a8d6a00 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,6 +21,9 @@ importers: specifier: ^1.0.5 version: 1.0.5 devDependencies: + '@eslint/js': + specifier: ^9.39.2 + version: 9.39.2 '@stylistic/eslint-plugin': specifier: ^5.6.1 version: 5.6.1(eslint@9.39.2)