Skip to content

Instantly share code, notes, and snippets.

@eduardolundgren
Created May 25, 2013 21:26
Show Gist options
  • Save eduardolundgren/5650843 to your computer and use it in GitHub Desktop.
Save eduardolundgren/5650843 to your computer and use it in GitHub Desktop.
{
"sublimelinter_notes": true,
"jshint_options": {
"bitwise": true,
"browser": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"es5": true,
"evil": true,
"expr": true,
"globals": {
"A": true,
"Y": true,
"AUI": true,
"YUI": true,
"Liferay": true,
"themeDisplay": true
},
"immed": true,
"latedef": true,
"laxbreak": true,
"maxerr": 1000,
"newcap": true,
"noarg": true,
"node": true,
"onevar": false,
"passfail": false,
"regexdash": true,
"sloppy": true,
"smarttabs": true,
"sub": true,
"trailing": true,
"undef": true,
"unused": true,
"vars": true,
"wsh": true,
"yui": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment