Skip to content

Instantly share code, notes, and snippets.

@garrows
Last active January 22, 2016 02:44
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 garrows/f695ad582d406bc6d1cb to your computer and use it in GitHub Desktop.
Save garrows/f695ad582d406bc6d1cb to your computer and use it in GitHub Desktop.
JS Hint & Beautify
{
"indent_size": 4,
"indent_char": " ",
"indent_level": 0,
"indent_with_tabs": true,
"preserve_newlines": true,
"max_preserve_newlines": 10,
"jslint_happy": true,
"brace_style": "collapse",
"keep_array_indentation": false,
"keep_function_indentation": false,
"space_before_conditional": true,
"space_in_paren": true,
"break_chained_methods": false,
"eval_code": false,
"unescape_strings": false,
"wrap_line_length": 0,
"end-with-newline": false
}
{
"curly": false,
"eqeqeq": true,
"immed": false,
"latedef": true,
"quotmark": "single",
"noarg": true,
"forin": true,
"newcap": true,
"sub": true,
"undef": true,
"boss": true,
"strict": false,
"unused": true,
"eqnull": true,
"node": true,
"mocha": true,
"browser": true,
"expr": "warn",
"esnext": true
}
/* global request */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment