.jshintrc 112 B

123456789
  1. //.jshintrc
  2. {
  3. "globals" : {
  4. // A fictive global just added for the last comma.
  5. "xyzzy": false
  6. }
  7. }