Remove /*eslint-disable comma-dangle*/ comments

Commit 9d3f7f30ba3ba55cbfd98b26fdd2cc7289716650 reverses the rule, so
these comments aren't needed anymore.
This commit is contained in:
Benjamin Woodruff
2015-06-02 16:57:43 -07:00
parent c089eece50
commit 95edacc994
4 changed files with 25 additions and 29 deletions
@@ -8,8 +8,6 @@
*
*/
/*eslint-disable comma-dangle*/
'use strict';
module.exports = function(j) {