From 570ae064b47b1cb9d425cd5c1c1f97f15957a5f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2017 12:51:50 +0200 Subject: [PATCH] chore(deps): update dependency eslint-config-airbnb-base to v12.1.0 (#955) --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b9033a2304..11fcc22fda 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "chai": "4.1.2", "condition-circle": "1.5.0", "eslint": "4.9.0", - "eslint-config-airbnb-base": "12.0.2", + "eslint-config-airbnb-base": "12.1.0", "eslint-config-prettier": "2.6.0", "eslint-plugin-import": "2.7.0", "eslint-plugin-promise": "3.6.0", diff --git a/yarn.lock b/yarn.lock index a4bbfd347f..47b30764dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1368,9 +1368,9 @@ escodegen@^1.6.1: optionalDependencies: source-map "~0.5.6" -eslint-config-airbnb-base@12.0.2: - version "12.0.2" - resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-12.0.2.tgz#45fea317d71b8f1da323c730f3a8471988757793" +eslint-config-airbnb-base@12.1.0: + version "12.1.0" + resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-12.1.0.tgz#386441e54a12ccd957b0a92564a4bafebd747944" dependencies: eslint-restricted-globals "^0.1.1" -- GitLab