Skip to content

Commit

Permalink
feat(app generator chore): update .jshintrc compliance to `jshint@2…
Browse files Browse the repository at this point in the history
….8.0`
  • Loading branch information
cueedee committed Jul 21, 2015
1 parent c06b03d commit 938524f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion generators/app/templates/@.jshintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{

//
// This is a config file for jshint v2.6.3
// This is a config file for jshint v2.8.0
// http://www.jshint.com/docs/options/
//
// Every option documented is listed here, just to be explicit about *our* defaults.
Expand Down Expand Up @@ -39,6 +39,7 @@
, "strict": true
, "undef": true
, "unused": true
, "varstmt": false // Because `esnext` is also `false`

//
// Below you'll find jshint's "relaxing" options: You'll want to leave most of them unset.
Expand Down Expand Up @@ -93,9 +94,11 @@
, "jasmine": false
, "jquery": true
, "mocha": false
, "module": false
, "mootools": false
, "node": false
, "nonstandard": false
, "phantom": false
, "prototypejs": false
, "qunit": false
, "rhino": false
Expand Down

0 comments on commit 938524f

Please sign in to comment.