From f6716ad9407cb63ba3652f7ff14c997f4e2ff2f9 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 13 Apr 2019 07:33:07 -0700 Subject: [PATCH] [fix] require v2.4 of `eslint-module-utils` Fixes #1322. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dffd8d3a7..e0ed80d9c 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "debug": "^2.6.9", "doctrine": "1.5.0", "eslint-import-resolver-node": "^0.3.2", - "eslint-module-utils": "^2.3.0", + "eslint-module-utils": "^2.4.0", "has": "^1.0.3", "lodash": "^4.17.11", "minimatch": "^3.0.4",