Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbil committed Dec 3, 2014
1 parent df1dc2c commit d006971
Show file tree
Hide file tree
Showing 8 changed files with 504 additions and 428 deletions.
44 changes: 23 additions & 21 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"node": true,
"browser": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"globals": {
"angular": false
}
"node": true,
"browser": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"globals": {
"angular": false,
"$": false,
"jQuery": false
}
}
Loading

0 comments on commit d006971

Please sign in to comment.