Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mdjermanovic committed Apr 22, 2022
1 parent 735458c commit 35fa1dd
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 35fa1dd

Please sign in to comment.