Skip to content

Instantly share code, notes, and snippets.

@pavelpower
Created July 6, 2015 14:19
Show Gist options
  • Save pavelpower/1a65ff25cce3dae431af to your computer and use it in GitHub Desktop.
Save pavelpower/1a65ff25cce3dae431af to your computer and use it in GitHub Desktop.
//....
options : {
boss : true,
eqeqeq : true,
evil : true,
expr : true,
eqnull: true,
forin : true,
immed : true,
loopfunc : true,
maxdepth : 4,
maxlen : 120,
noarg : true,
noempty : true,
onecase : true,
quotmark : 'single',
sub : true,
supernew : true,
undef : true,
unused : true
},
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment