Skip to content

Instantly share code, notes, and snippets.

@louisbuchbinder
Created October 29, 2016 21:13
Show Gist options
  • Save louisbuchbinder/ead20e8f0837fc1cbba5011e431d1519 to your computer and use it in GitHub Desktop.
Save louisbuchbinder/ead20e8f0837fc1cbba5011e431d1519 to your computer and use it in GitHub Desktop.
{
"node": true,
"browser": true,
"esversion": 6,
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"futurehostile": true,
"latedef": "nofunc",
"noarg": true,
"nocomma": true,
"nonbsp": true,
"singleGroups": true,
"strict": true,
"undef": true,
"unused": true,
"varstmt": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment