From 0f2f0cad41f632d1dbb0c676d5edea5db62eb01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Norte?= Date: Mon, 9 Jul 2018 12:31:17 -0700 Subject: [PATCH] Upgrade ESLint to 5.1.0 Summary: This release fixes several issues. Most importantly for us: - https://github.com/eslint/eslint/issues/10560 - https://github.com/eslint/eslint/issues/10512 Differential Revision: D8767118 fbshipit-source-id: 2048829d780b5f0f2f607114f803c8d0c3e02ca7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c408150a84b90..7b8fd82f628b4a 100644 --- a/package.json +++ b/package.json @@ -203,7 +203,7 @@ "async": "^2.4.0", "babel-eslint": "9.0.0-beta.2", "babel-generator": "^6.26.0", - "eslint": "5.0.1", + "eslint": "5.1.0", "eslint-config-fb-strict": "22.1.0", "eslint-config-fbjs": "2.0.1", "eslint-plugin-eslint-comments": "^3.0.1",