Skip to content

Commit

Permalink
Add back arrow-parens override
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Nov 1, 2016
1 parent 9925fc0 commit 1fdc006
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/es6.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module.exports = {
'rules': {
// require parens in arrow function arguments
'arrow-parens': [ 2, 'as-needed' ],
// ensure default import coupled with default export
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/default.md#when-not-to-use-it
'import/default': 2,
Expand Down

0 comments on commit 1fdc006

Please sign in to comment.