From 8059726a7d8f291acf8c096ad21b747eae761339 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 23:38:41 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-airbnb from 17.1.1 to 18.2.1 Bumps [eslint-config-airbnb](https://github.com/airbnb/javascript) from 17.1.1 to 18.2.1. - [Release notes](https://github.com/airbnb/javascript/releases) - [Commits](https://github.com/airbnb/javascript/compare/eslint-config-airbnb-v17.1.1...eslint-config-airbnb-v18.2.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 012a8a5..0b73ca0 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "devDependencies": { "coveralls": "^3.0.0", "cz-conventional-changelog": "^3.0.2", - "eslint-config-airbnb": "^17.1.1", + "eslint-config-airbnb": "^18.2.1", "eslint-plugin-import": "^2.9.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.7.0"