Skip to content

Commit

Permalink
.jshintrc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanDonovan committed Jan 7, 2013
1 parent 343561e commit 842063f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,13 @@
"process",
"require",

"djs",
"check_err",
"daisyjs",
"after",
"afterEach",
"before",
"beforeEach",
"context",
"describe",
"it",
"require_src"
"it"
],

// Development.
Expand Down Expand Up @@ -87,5 +83,5 @@
"sub" : true, // Tolerate all forms of subscript notation besides dot notation e.g. `dict['key']` instead of `dict.key`.
"trailing" : true, // Prohibit trailing whitespaces. (only works if white is 'true')
"white" : true, // Check against strict whitespace and indentation rules.
"indent" : 4 // ignored because "white" is false.
"indent" : 4 //
}

0 comments on commit 842063f

Please sign in to comment.