From 780de04e37c71b3f115212e8f815bf406e26c68b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Andr=C3=A1s=20Horv=C3=A1th?= Date: Fri, 11 Aug 2023 10:08:28 +0200 Subject: [PATCH 1/2] Allowed 6.x typescript-eslint --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5aa10d8..81c5856 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint": ">=8.11.0", "eslint-plugin-node": ">=11.1.0", "typescript": "*", - "@typescript-eslint/parser": "^5.0.0", - "@typescript-eslint/eslint-plugin": "^5.0.0" + "@typescript-eslint/parser": "^5.0.0 | ^6.0.0", + "@typescript-eslint/eslint-plugin": "^5.0.0 | ^6.0.0" } } From ed5feb4ea1f10e0c44c518f10cc45ee5012399c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Andr=C3=A1s=20Horv=C3=A1th?= Date: Fri, 11 Aug 2023 10:12:59 +0200 Subject: [PATCH 2/2] Missing | symbol --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 81c5856..4e393e2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint": ">=8.11.0", "eslint-plugin-node": ">=11.1.0", "typescript": "*", - "@typescript-eslint/parser": "^5.0.0 | ^6.0.0", - "@typescript-eslint/eslint-plugin": "^5.0.0 | ^6.0.0" + "@typescript-eslint/parser": "^5.0.0 || ^6.0.0", + "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0" } }