Skip to content

Commit 3e7af1c

Browse files
author
Andy
authored
Move "ban-comma-operator" to tslint rules that we won't use (microsoft#19780)
1 parent 381ca45 commit 3e7af1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
// TODO
8080
"arrow-parens": false, // [true, "ban-single-arg-parens"]
8181
"arrow-return-shorthand": false,
82-
"ban-comma-operator": false,
8382
"ban-types": false,
8483
"forin": false,
8584
"member-access": false, // [true, "no-public"]
@@ -110,6 +109,7 @@
110109
"no-consecutive-blank-lines": false,
111110

112111
// Not doing
112+
"ban-comma-operator": false,
113113
"max-classes-per-file": false,
114114
"member-ordering": false,
115115
"no-angle-bracket-type-assertion": false,

0 commit comments

Comments
 (0)