From bea3155cec9435813d5460256bbc69a8b8da7e0f Mon Sep 17 00:00:00 2001 From: Arya Emami Date: Mon, 4 Nov 2024 15:20:18 -0600 Subject: [PATCH] Fix version of `@types/eslint` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8200081..640e995 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@babel/core": "^7.22.9", "@babel/eslint-parser": "^7.22.9", "@eslint-community/eslint-plugin-mysticatea": "^15.5.1", - "@types/eslint": "^9.6.1", + "@types/eslint": "^8", "@types/node": "^14.18.54", "@vuepress/plugin-pwa": "^1.9.9", "cross-spawn": "^7.0.3",