From 35fa1dd8932ef3e55c37ec0e4b73b5d88f187e69 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Fri, 22 Apr 2022 22:18:16 +0200 Subject: [PATCH] fix: allow project paths to have URL-encoded characters (#15795) * fix: allow project paths to have URL-encoded characters Fixes #15766 * test with eslintrc main branch * use v1.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 395dd392751..6c41b9bc760 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "homepage": "https://eslint.org", "bugs": "https://github.com/eslint/eslint/issues/", "dependencies": { - "@eslint/eslintrc": "^1.2.1", + "@eslint/eslintrc": "^1.2.2", "@humanwhocodes/config-array": "^0.9.2", "ajv": "^6.10.0", "chalk": "^4.0.0",