Skip to content

Commit

Permalink
examples: fix comma-dangle rule
Browse files Browse the repository at this point in the history
  • Loading branch information
blond committed Apr 8, 2016
1 parent 358bf68 commit 904bc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bad/extra-characters.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*eslint comma-dangle: ["warn", "never"]*/
/*eslint comma-dangle: ["error", "never"]*/
var obj = {
bar: 'baz',
qux: 'quux', // IE8 (when not in IE8 document mode) and below will throw an error when
Expand Down

0 comments on commit 904bc94

Please # to comment.