Skip to content

Commit

Permalink
tweak project hint settings
Browse files Browse the repository at this point in the history
  • Loading branch information
brentlintner committed Apr 7, 2011
1 parent 1c38713 commit 2381fda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/lint.json
Expand Up @@ -3,6 +3,7 @@
"jasmine",
"spyOn",
"it",
"console",
"describe",
"expect",
"beforeEach"
Expand All @@ -18,7 +19,7 @@
"devel": false,
"eqeqeq": true,
"evil": true,
"forin": false,
"forin": true,
"immed": true,
"laxbreak": false,
"newcap": true,
Expand All @@ -32,5 +33,5 @@
"undef": true,
"sub": true,
"strict": false,
"white": false
"white": true
}

0 comments on commit 2381fda

Please sign in to comment.