From cd0e6e896f0bd65c960d79202c2575b0a1d247c3 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 11:23:42 +0100 Subject: [PATCH] =?UTF-8?q?Update=20eslint-config-standard=20to=20the=20la?= =?UTF-8?q?test=20version=20=F0=9F=9A=80=20(#27)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update eslint-config-standard to version 14.0.0 * Update yarn.lock --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6f834b5..da353fe 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "coveralls": "^3.0.2", "es-check": "^5.0.0", "eslint": "^6.1.0", - "eslint-config-standard": "^13.0.1", + "eslint-config-standard": "^14.0.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-node": "^9.0.1", "eslint-plugin-promise": "^4.0.1", diff --git a/yarn.lock b/yarn.lock index a91aa0e..d17e44d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1696,10 +1696,10 @@ escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= -eslint-config-standard@^13.0.1: - version "13.0.1" - resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-13.0.1.tgz#c9c6ffe0cfb8a51535bc5c7ec9f70eafb8c6b2c0" - integrity sha512-zLKp4QOgq6JFgRm1dDCVv1Iu0P5uZ4v5Wa4DTOkg2RFMxdCX/9Qf7lz9ezRj2dBRa955cWQF/O/LWEiYWAHbTw== +eslint-config-standard@^14.0.0: + version "14.1.0" + resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.1.0.tgz#b23da2b76fe5a2eba668374f246454e7058f15d4" + integrity sha512-EF6XkrrGVbvv8hL/kYa/m6vnvmUT+K82pJJc4JJVMM6+Qgqh0pnwprSxdduDLB9p/7bIxD+YV5O0wfb8lmcPbA== eslint-import-resolver-node@^0.3.2: version "0.3.2"