Skip to content

Commit

Permalink
Sync jshintrc with other projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Nov 2, 2013
1 parent 27898f3 commit d3b7047
Showing 1 changed file with 31 additions and 12 deletions.
43 changes: 31 additions & 12 deletions .jshintrc
@@ -1,15 +1,34 @@
{
"curly": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"noarg": true,
"quotmark": "double",
"trailing": true,
"undef": true,
"unused": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"noarg": true,
"quotmark": "double",
"trailing": true,
"undef": true,
"unused": "vars",

"node": true,
"jquery": true,
"browser": true
"node": true,
"jquery": true,
"browser": true,

"predef" : [
"_",
"jasmine",
"describe",
"xdescribe",
"it",
"xit",
"beforeEach",
"afterEach",
"expect",
"spyOn",
"runs",
"waits",
"waitsFor",
"Backbone",
"Modernizr",
"rivets"
]
}

0 comments on commit d3b7047

Please sign in to comment.