Skip to content

Commit

Permalink
fix: allow project paths to have URL-encoded characters (eslint#15795)
Browse files Browse the repository at this point in the history
* fix: allow project paths to have URL-encoded characters

Fixes eslint#15766

* test with eslintrc main branch

* use v1.2.2
  • Loading branch information
mdjermanovic authored and srijan-deepsource committed May 30, 2022
1 parent 6e5f65a commit f86a3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit f86a3b7

Please sign in to comment.