From 654f46bd55bb4d03c9b2f0fdc861b5902b0113df Mon Sep 17 00:00:00 2001 From: Tristan <24882191+Kizjkre@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:07:50 -0700 Subject: [PATCH] Downgrade eslint to be compatible with eslintrc Co-authored-by: terryzfeng --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e06ba2e34..0450a9b68 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@11ty/eleventy-navigation": "^0.3.5", "autoprefixer": "^10.4.19", "cssnano": "^7.0.1", - "eslint": "^9.2.0", + "eslint": "8.57.0", "eslint-config-google": "^0.14.0", "html-minifier": "^4.0.0", "js-yaml": "^4.1.0",