From 3254ed9af3d30ace2fb296823bcd9811c6378cc6 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 2 Jan 2025 09:34:36 +0000 Subject: [PATCH] Hold back eslint --- platforms/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/web/package.json b/platforms/web/package.json index 0a7beef7c..6718e7af4 100644 --- a/platforms/web/package.json +++ b/platforms/web/package.json @@ -54,7 +54,7 @@ "@vitest/coverage-v8": "^2.1.8", "@vitest/ui": "^2.0.0", "cypress": "^13.0.0", - "eslint": "^9.0.0", + "eslint": "^8.23.1", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-deprecate": "^0.8.0",