Skip to content

Commit

Permalink
style: lint JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot committed Jul 5, 2022
1 parent 9c2d5f6 commit dc1e189
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
{
"type": "object",
"required": ["status"],
"properties": {
"status": { "type": "string", "enum": ["queued"] }
},
"properties": { "status": { "type": "string", "enum": ["queued"] } },
"tsAdditionalProperties": false
}
]
Expand Down

0 comments on commit dc1e189

Please sign in to comment.