Skip to content

Commit

Permalink
fixed ugly jshintrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Sep 12, 2012
1 parent 897c58b commit c258547
Showing 1 changed file with 47 additions and 50 deletions.
97 changes: 47 additions & 50 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,53 +1,50 @@
{
"predef": [
"jasmine",
"spyOn",
"it",
"console",
"describe",
"expect",
"beforeEach",
"waits",
"waitsFor",
"runs",
"alert",
"confirm",
"Modernizr",
"impress",
"exports",
"self"
],

<!-- saved from url=(0120)https://raw.github.com/niftylettuce/teelaunch/master/.jshintrc?login=niftylettuce&token=f8f1993df0837b0f393b0825e7f95fe1 -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">{
"predef": [
"jasmine",
"spyOn",
"it",
"console",
"describe",
"expect",
"beforeEach",
"waits",
"waitsFor",
"runs",
"alert",
"confirm",
"Modernizr",
"impress",
"exports",
"self"
],
"node" : true,
"es5" : true,
"browser" : true,
"jquery": true,

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

"boss" : false,
"curly": false,
"debug": false,
"devel": false,
"eqeqeq": true,
"evil": true,
"forin": false,
"immed": false,
"laxbreak": true,
"laxcomma": true,
"newcap": true,
"noarg": true,
"noempty": false,
"nonew": false,
"nomen": false,
"onevar": false,
"plusplus": false,
"regexp": false,
"undef": true,
"sub": true,
"strict": false,
"white": false,
"indent": 2,
"asi": true
"boss" : false,
"curly": false,
"debug": false,
"devel": false,
"eqeqeq": true,
"evil": true,
"forin": false,
"immed": false,
"laxbreak": true,
"laxcomma": true,
"newcap": true,
"noarg": true,
"noempty": false,
"nonew": false,
"nomen": false,
"onevar": false,
"plusplus": false,
"regexp": false,
"undef": true,
"sub": true,
"strict": false,
"white": false,
"indent": 2,
"asi": true
}
</pre></body></html>

0 comments on commit c258547

Please sign in to comment.