From e60bf25094ea9ec3b66f284b418b86131f61dc49 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:44:44 +0000 Subject: [PATCH] Update dependency eslint to v4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc7af82..1b109ce 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "homepage": "https://github.com/EverFi/code-standards#readme", "dependencies": { "babel-eslint": "^7.2.3", - "eslint": "^3.19.0", + "eslint": "^4.18.2", "eslint-cli": "^1.1.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-react": "^6.10.3"