From 13522c2e3b7f4a676b17e0885ab33d7c881c517e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 09:27:48 +0000 Subject: [PATCH] Bump eslint-config-airbnb-typescript from 9.0.0 to 12.3.1 Bumps [eslint-config-airbnb-typescript](https://github.com/iamturns/eslint-config-airbnb-typescript) from 9.0.0 to 12.3.1. - [Release notes](https://github.com/iamturns/eslint-config-airbnb-typescript/releases) - [Changelog](https://github.com/iamturns/eslint-config-airbnb-typescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/iamturns/eslint-config-airbnb-typescript/compare/v9.0.0...v12.3.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d94b04..6ce8f8c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@typescript-eslint/parser": "^3.10.1", "cross-env": "^7.0.2", "eslint": "^7.8.0", - "eslint-config-airbnb-typescript": "^9.0.0", + "eslint-config-airbnb-typescript": "^12.3.1", "eslint-config-prettier": "^7.0.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-prettier": "^3.1.4",