Skip to content

Commit

Permalink
Format .jshintrc for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghus committed Apr 7, 2014
1 parent c74be4e commit a1e16fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"jquery": true,
"browser": true,
"devel": true,
"globals": { "OC": false, "Modernizr": false, "error": false },
"globals": {
"OC": false,
"Modernizr": false,
"error": false
},
"maxerr": 100
}

0 comments on commit a1e16fe

Please sign in to comment.