Skip to content

Commit

Permalink
[#103855550] Add .jshintrc for hound ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Koske committed Dec 7, 2015
1 parent 8e16d3d commit b525da6
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"asi": false,
"bitwise": true,
"browser": true,
"camelcase": false,
"curly": true,
"forin": true,
"immed": true,
"latedef": "nofunc",
"maxlen": 80,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"predef": [
"$",
"jQuery",
"jasmine",
"beforeEach",
"describe",
"expect",
"it",
"angular",
"inject",
"module",
"require",
"process",
"__dirname",
"console",
"browser",
"element",
"by",
"exports"
],
"quotmark": true,
"trailing": true,
"undef": true,
"unused": true
}

0 comments on commit b525da6

Please sign in to comment.