Skip to content

Commit

Permalink
Enabled ES spec compliance for trailing-comma
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasKunnen committed Dec 12, 2018
1 parent 840c530 commit c2e7474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions languages/typescript/lint/tslint-angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
"trailing-comma": [
true,
{
"esSpecCompliant": true,
"multiline": "always",
"singleline": "never"
}
Expand Down
1 change: 1 addition & 0 deletions languages/typescript/lint/tslint-node.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"trailing-comma": [
true,
{
"esSpecCompliant": true,
"multiline": "always",
"singleline": "never"
}
Expand Down

0 comments on commit c2e7474

Please sign in to comment.