Skip to content

Commit

Permalink
JSON styling
Browse files Browse the repository at this point in the history
  • Loading branch information
chdanielmueller committed May 13, 2020
1 parent 1ff24a6 commit feb4d5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@
"switch-default": true,
"trailing-comma": [
true,
{"multiline": "never", "singleline": "never"}
{
"multiline": "never",
"singleline": "never"
}
],
"triple-equals": [
true,
Expand Down

0 comments on commit feb4d5e

Please sign in to comment.