Skip to content

Commit 9f086d0

Browse files
committed
fix(schema): fix default for taggedTemplate.spaceBeforeLiteral in json schema
1 parent f9eaae5 commit 9f086d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@
669669
"taggedTemplate.spaceBeforeLiteral": {
670670
"description": "Whether to add a space before the literal in a tagged template.",
671671
"type": "boolean",
672-
"default": true,
672+
"default": false,
673673
"oneOf": [{
674674
"const": true,
675675
"description": "Ex. `html `<element />``"

0 commit comments

Comments
 (0)