Unexpected use of a comma operator
.jshintrc currently has "nocomma" set to true, meaning comma operators are no longer allowed, but there are many places in the code the comma operator is used.
Should I change these instances as I come across them, or should the setting in .jshintrc be changed instead?