From f542b5d0679b73326ad249fc44a54c3f848bd3e6 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Tue, 1 Sep 2020 12:27:57 -0700 Subject: [PATCH] Fix: Update broken @eslint/eslintrc version (fixes #13641) (#13647) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4717f81a0d2..16acd2c37b3 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "bugs": "https://github.com/eslint/eslint/issues/", "dependencies": { "@babel/code-frame": "^7.0.0", - "@eslint/eslintrc": "^0.1.0", + "@eslint/eslintrc": "^0.1.3", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2",