Skip to content

Commit

Permalink
feat: enable arrow-parens eslint/eslint#7436
Browse files Browse the repository at this point in the history
BREAKING CHANGE: enabled rule arrow-parens
  • Loading branch information
christophehurpeau committed May 14, 2017
1 parent b975049 commit bafe419
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rules/babel.js
Expand Up @@ -6,9 +6,6 @@ module.exports = {
// 'object-curly-spacing': 0,
// 'babel/object-curly-spacing': [2, 'always'],

// disable arrow-parens because it breaks with flow
'arrow-parens': 'off',

// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-named-as-default.md
// `export default from './foo'` should work
'import/no-named-as-default': 'off',
Expand Down

0 comments on commit bafe419

Please sign in to comment.