Skip to content

Commit

Permalink
Merge pull request #67 from trentm/fix-make-lint
Browse files Browse the repository at this point in the history
fix .eslintrc: duplicate 'comma-dangle' key
  • Loading branch information
yunong committed Jun 27, 2016
2 parents 7931284 + 7c8d496 commit 4b5f569
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
// we use JSCS, set most to off because they're on by default.
// turn the few on that aren't handled by JSCS today.
"camelcase": [ 0 ],
"comma-dangle": [ 0 ],
"key-spacing": [ 0 ],
"no-lonely-if": [ 0 ],
"no-multi-str": [ 0 ],
Expand All @@ -130,4 +129,3 @@
// "no-else-return": [ 2 ]
}
}

0 comments on commit 4b5f569

Please sign in to comment.