diff --git a/generators/app/templates/@.jshintrc b/generators/app/templates/@.jshintrc index fd37b45a..4bf36925 100644 --- a/generators/app/templates/@.jshintrc +++ b/generators/app/templates/@.jshintrc @@ -109,6 +109,7 @@ // Determine these other globals // -, "globals": {} - +, "globals": { + "define": false // Added "define" because of AMD / RequireJS. Supposedly read-only, hence `false`. + } }