You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/schemas/config-file.v1.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -765,6 +765,11 @@
765
765
"default": "onlyMultiLine",
766
766
"enum": ["never", "always", "onlyMultiLine"]
767
767
},
768
+
"json.trailingCommas": {
769
+
"description": "Whether to add trailing commas in JSON and JSONC. Defaults to \"never\". The \"jsonc\" option adds trailing commas in JSONC files and omits them in JSON files.",
770
+
"default": "never",
771
+
"enum": ["never", "always", "maintain", "jsonc"]
772
+
},
768
773
"operatorPosition": {
769
774
"description": "Where to place the operator for expressions that span multiple lines in JavaScript and TypeScript.",
0 commit comments