Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Fix jshint. Closes GH-123
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed Feb 10, 2015
1 parent fde4ef4 commit cb05754
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions seed/templates/jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"jquery": true,
"globals": {
"wrap": true,
"unwrap": true,
Expand Down

0 comments on commit cb05754

Please sign in to comment.