From e60c0419a03ea197f7c2fef7f2cb0f7b7aaf748d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 00:43:45 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-airbnb-typescript to v18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29d34b5..15bdf71 100755 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "babel-loader": "^9.1.0", "eslint": "^8.49.0", "eslint-config-airbnb": "19.0.4", - "eslint-config-airbnb-typescript": "^17.0.0", + "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1",