From 17f952bd45aaf930b25aad87c93a6e17e622a17a Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Thu, 6 Jun 2024 15:01:27 +0200 Subject: [PATCH] chore: Update eslint to 8.x (#31) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f6a4c3f..55e0a33 100644 --- a/package.json +++ b/package.json @@ -55,12 +55,12 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@ionic/eslint-config": "^0.3.0", + "@ionic/eslint-config": "^0.4.0", "@ionic/prettier-config": "^4.0.0", "@types/debug": "^4.1.12", "@types/mustache": "^4.2.5", "@types/prompts": "^2.4.9", - "eslint": "^7.32.0", + "eslint": "^8.57.0", "np": "^10.0.5", "prettier": "^3.1.1", "rimraf": "^5.0.5",