Skip to content

Instantly share code, notes, and snippets.

@JaKXz
Last active August 29, 2015 14:16
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 JaKXz/4484e9c7cce8d539c9bd to your computer and use it in GitHub Desktop.
Save JaKXz/4484e9c7cce8d539c9bd to your computer and use it in GitHub Desktop.
hound not using my .jshintrc :(
java_script:
config_file: .jshintrc
ignore_file: .js_ignore
{
asi: false,
bitwise: true,
browser: true,
camelcase: true,
curly: true,
forin: true,
immed: true,
latedef: "nofunc",
maxlen: 130,
newcap: true,
noarg: true,
noempty: true,
nonew: true,
predef: [
"$",
"jQuery",
"beforeEach",
"afterEach",
"describe",
"it",
"angular",
"inject",
"module",
"require",
"_"
],
quotmark: true,
trailing: true,
undef: true,
unused: true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment