Skip to content

Commit

Permalink
v6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn2223 committed Mar 28, 2023
1 parent c5099ed commit 2b6b6eb
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 @@ -146,7 +146,7 @@
"string",
"null"
],
"pattern": "^(?:\\\\|/|~/|~\\\\)(?:.+[^\\\\/]$|$)",
"pattern": "^(?:\\\\|/|~/|~\\\\)(?:.?[^\\\\/]$|$)",
"patternErrorMessage": "Must start with any of:\n`/` or `\\` (for workspace root)\n`~/` or `~\\` for relative to the file being processed. Must not end with a path separator (`/` or `\\`)",
"default": null
},
Expand Down

0 comments on commit 2b6b6eb

Please sign in to comment.