Skip to content

Instantly share code, notes, and snippets.

@april
Created December 6, 2016 22:15
Show Gist options
  • Save april/e5fc7c5ad2ea7c8df05c98fc9b37f04a to your computer and use it in GitHub Desktop.
Save april/e5fc7c5ad2ea7c8df05c98fc9b37f04a to your computer and use it in GitHub Desktop.
{
"env":{
"browser":true
},
"extends":"airbnb-base/legacy",
"globals":{
"$":true,
"_":true,
"moment":true
},
"rules":{
"no-param-reassign": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment