From 4295f6a45635ab61c53a8d51c19e1858a208492d Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Thu, 26 Dec 2019 20:33:32 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20update=20rules=20to=20check=20`g?= =?UTF-8?q?lobalThis.*`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7a061b26..f1d66cb6 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "eslint": ">=5.16.0" }, "dependencies": { - "eslint-plugin-es": "^2.0.0", - "eslint-utils": "^1.4.2", + "eslint-plugin-es": "^3.0.0", + "eslint-utils": "^2.0.0", "ignore": "^5.1.1", "minimatch": "^3.0.4", "resolve": "^1.10.1",