Skip to content

Commit ef4c426

Browse files
committed
v6.0.4
1 parent be852a6 commit ef4c426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"string",
147147
"null"
148148
],
149-
"pattern": "^(?:\\\\|/|~/|~\\\\)(?:.+[^\\\\/]$|$)",
149+
"pattern": "^(?:\\\\|/|~/|~\\\\)(?:.?[^\\\\/]$|$)",
150150
"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 `\\`)",
151151
"default": null
152152
},

0 commit comments

Comments
 (0)