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 Mar 10, 2022
1 parent 201adb8 commit 77fea8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
{
"type": "object",
"required": ["state"],
"properties": {
"state": { "type": "string", "enum": ["open"] }
},
"properties": { "state": { "type": "string", "enum": ["open"] } },
"tsAdditionalProperties": false
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
{
"type": "object",
"required": ["state"],
"properties": {
"state": { "type": "string", "enum": ["open"] }
},
"properties": { "state": { "type": "string", "enum": ["open"] } },
"tsAdditionalProperties": false
}
]
Expand Down

0 comments on commit 77fea8b

Please sign in to comment.