Skip to content

Commit

Permalink
fix: specify comma dangle parameter
Browse files Browse the repository at this point in the history
since airbnb now enforces it on multiline strings
  • Loading branch information
vvo committed Jul 31, 2015
1 parent bd480dc commit f31cbca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
110,
2
],
"comma-dangle": [2, "never"],
"no-use-before-define": [2, "nofunc"],
"no-lonely-if": 2,
"handle-callback-err": 2,
Expand Down

0 comments on commit f31cbca

Please sign in to comment.