Skip to content

Instantly share code, notes, and snippets.

@joshhunt
Created June 1, 2014 23:54
Show Gist options
  • Select an option

  • Save joshhunt/62bb35e0c2725ce80fe7 to your computer and use it in GitHub Desktop.

Select an option

Save joshhunt/62bb35e0c2725ce80fe7 to your computer and use it in GitHub Desktop.
Sash JSHint
{
"browser": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 4,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"white": false,
"globals": {
"require": false,
"requirejs": false,
"define": false,
"process": false,
"__dirname": false,
"console": false,
"module": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment