Allow trailing commas in jsconfig.json, too

This is a followup to commit bcf67c867f "allow trailing commas in tsconfig.json (for #80419)".
This commit is contained in:
Samuel Bronson 2019-11-23 21:36:10 -05:00 committed by GitHub
parent c0d41ffbf2
commit 96479b86f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
{
"allowTrailingCommas": true,
"title": "JSON schema for the JavaScript configuration file",
"type": "object",
"default": {