Skip to content

Instantly share code, notes, and snippets.

@mwpastore
Created July 10, 2017 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwpastore/7f009b497304e812135cfbe29edaa1c0 to your computer and use it in GitHub Desktop.
Save mwpastore/7f009b497304e812135cfbe29edaa1c0 to your computer and use it in GitHub Desktop.
eslint rule for arrow function parens styling
module.exports = {
// ..
rules: {
'arrow-parens': [2, 'as-needed', { requireForBlockBody: true }],
// ..
}
// ..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment