From 5ed28d815f1e14a2e27ddb11c4879b4725d20caf Mon Sep 17 00:00:00 2001 From: tamashiro-syuta Date: Mon, 17 Jun 2024 13:44:01 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20eslint=E5=86=85=E9=83=A8?= =?UTF-8?q?=E3=81=AE=E4=BE=9D=E5=AD=98=E9=96=A2=E4=BF=82=E3=81=AB=E3=82=88?= =?UTF-8?q?=E3=82=8A=E6=AD=A3=E3=81=97=E3=81=8Flint=E3=81=8C=E5=8B=95?= =?UTF-8?q?=E3=81=8B=E3=81=AA=E3=81=8B=E3=81=A3=E3=81=9F=E3=81=AE=E3=81=A7?= =?UTF-8?q?=E3=80=81=E3=83=A9=E3=82=A4=E3=83=96=E3=83=A9=E3=83=AA=E3=81=AE?= =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A(https://github.com/yarnpkg/yarn/issues/8976#issuecomm?= =?UTF-8?q?ent-1728116600)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 637ab0c..082dae0 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/react-dom": "18.0.6", "@types/tailwindcss": "^3.1.0", "autoprefixer": "^10.4.7", - "eslint": "8.19.0", + "eslint": "8.0.0", "eslint-config-next": "^14.2.3", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", @@ -52,6 +52,9 @@ "tailwindcss": "^3.1.5", "typescript": "4.7.4" }, + "resolutions": { + "strip-ansi": "^6.0.1" + }, "lint-staged": { "*.{css,scss}": [ "stylelint --fix"