Skip to content

Commit

Permalink
style: remove trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Oct 24, 2019
1 parent 497f987 commit 03ab835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"port": 9229,
"port": 9229
}
]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"**/__tests__/*",
"node_modules",
"lib"
],
]
}

0 comments on commit 03ab835

Please sign in to comment.