Skip to content

Instantly share code, notes, and snippets.

@ptomato
Created April 26, 2014 00:17
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 ptomato/11307846 to your computer and use it in GitHub Desktop.
Save ptomato/11307846 to your computer and use it in GitHub Desktop.
My .jshintrc for GJS development
{
"esnext": true,
"evil": false,
"indent": 4,
"moz": true,
"multistr": true,
"sub": true,
"trailing": true,
"undef": true,
"predef": [
"imports",
"print",
"printerr",
"window",
"ARGV",
"jasmine",
"describe",
"xdescribe",
"it",
"xit",
"expect",
"beforeEach",
"afterEach",
"setTimeout",
"setInterval",
"spyOn"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment