Skip to content

Instantly share code, notes, and snippets.

@adamweeks
Created January 6, 2017 16:56
Show Gist options
  • Save adamweeks/1cf5b0c13b5f76e5d9293a6f09f97484 to your computer and use it in GitHub Desktop.
Save adamweeks/1cf5b0c13b5f76e5d9293a6f09f97484 to your computer and use it in GitHub Desktop.
eslint-disable-reason
// eslint-disable-reason legacy API passes all of these params
// eslint-disable max-params
const processData = (a1, b2, c3, d4, e5) => a1+b2+c3+d4+e5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment