Skip to content

Instantly share code, notes, and snippets.

@abhiaiyer91
Created July 15, 2014 05:19
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 abhiaiyer91/472ba239678820c663e9 to your computer and use it in GitHub Desktop.
Save abhiaiyer91/472ba239678820c663e9 to your computer and use it in GitHub Desktop.
function nodeLintOptions() {
return {
bitwise:true,
curly:false,
eqeqeq:true,
forin:true,
immed:true,
latedef:true,
newcap:true,
noarg:true,
noempty:true,
nonew:true,
regexp:true,
undef:true,
strict:true,
trailing:true,
node:true
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment