Skip to content

Instantly share code, notes, and snippets.

@eddyerburgh
Created September 27, 2018 18:28
Show Gist options
  • Save eddyerburgh/9279226ca7ce8cba218cc2f5ab40a57b to your computer and use it in GitHub Desktop.
Save eddyerburgh/9279226ca7ce8cba218cc2f5ab40a57b to your computer and use it in GitHub Desktop.
inconsistent formatting with airbnb eslint
foo({
num: 3,
}, 1);
foo({ num: 3 },
1);
foo(
{ num: 3 },
1,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment