From 584a03fa9533d8bfa4278e740360b64cfba8913a Mon Sep 17 00:00:00 2001 From: Mia <49593536+mia-pi-git@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:37:14 -0600 Subject: [PATCH] Package.json: Lock eslint version eslint is removing their style linting, so this is a stopgap measure to prevent that. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d1c8b177b7fe..1b0dc3f866e4c 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@types/sockjs": "^0.3.33", "@typescript-eslint/eslint-plugin": "^5.8.0", "@typescript-eslint/parser": "^5.8.0", - "eslint": "^8.5.0", + "eslint": "8.5.0", "mocha": "^8.2.0", "smogon": "^3.0.0", "typescript": "^5.0.4"