From d20c842c57c94c1bf0da3f813be1a2dd56569f1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:58:43 +0000 Subject: [PATCH] fix: update eslint to v10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9604418..d68df5d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@codemirror/language": "^6.12.3", "@codemirror/view": "^6.43.0", "@eslint/css": "^1.3.0", - "@eslint/js": "^9.39.4", + "@eslint/js": "^10.0.1", "@eslint/json": "^2.0.0", "@eslint/markdown": "^8.0.2", "@html-eslint/eslint-plugin": "^0.61.0",