Skip to content

Commit

Permalink
fix(app generator chore): add AMD / RequireJS pattern globals
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Jul 21, 2015
1 parent 43057d3 commit c06b03d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions generators/app/templates/@.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
// Determine these other globals
//

, "globals": {}

, "globals": {
"define": false // Added "define" because of AMD / RequireJS. Supposedly read-only, hence `false`.
}
}

0 comments on commit c06b03d

Please sign in to comment.