Skip to content

Commit

Permalink
The example config should now have globals in it (vs predef).
Browse files Browse the repository at this point in the history
  • Loading branch information
brentlintner committed Aug 30, 2012
1 parent 9fbcd8c commit a3ccd81
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions example/defaults.json
@@ -1,5 +1,4 @@

// This might not up to date. See http://www.jshint.com/docs/
// Defaults as of jshint edition 2011-04-16


{ {
// Whether the scan should stop on first error. // Whether the scan should stop on first error.
Expand Down Expand Up @@ -31,8 +30,8 @@
"dojo": false, "dojo": false,


// Custom predefined globals. // Custom predefined globals.
"predef": [], // For value examples, see https://github.com/jshint/jshint/blob/c047ea1b01097fcc220fcd1a55c41f67ae2e6e81/jshint.js#L556

"globals": {},


// Development // Development


Expand Down

0 comments on commit a3ccd81

Please sign in to comment.