From 811373f2d7ea14b5ed8e2d6b7abcebff6999fb04 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 23:15:53 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-airbnb from 17.1.1 to 18.2.0 Bumps [eslint-config-airbnb](https://github.com/airbnb/javascript) from 17.1.1 to 18.2.0. - [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.0) 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..f891eba 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.0", "eslint-plugin-import": "^2.9.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.7.0"