Skip to content

Commit

Permalink
fix: allow project paths to have URL-encoded characters
Browse files Browse the repository at this point in the history
Fixes #15766
  • Loading branch information
mdjermanovic committed Apr 21, 2022
1 parent c2407e8 commit 79c7d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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": "github:eslint/eslintrc#rollup-import-meta-url",
"@humanwhocodes/config-array": "^0.9.2",
"ajv": "^6.10.0",
"chalk": "^4.0.0",
Expand Down

0 comments on commit 79c7d4d

Please sign in to comment.