diff --git a/tslint.json b/tslint.json index b44b715d64..cd9b031096 100644 --- a/tslint.json +++ b/tslint.json @@ -20,7 +20,7 @@ "no-duplicate-variable": true, "no-empty": false, "no-eval": true, - "no-trailing-comma": true, + "trailing-comma": true, "no-trailing-whitespace": true, "no-unused-expression": true, "no-unused-variable": false,