Sha256: a27e6cb0d1f5f0a9cf3fe214138b1ad769b88ded3c65bb9b4da2a114addf98ff

Contents?: true

Size: 397 Bytes

Versions: 3

Compression:

Stored size: 397 Bytes

Contents

files: ["**/*.js"] # No need to put app/assets/ or vendor/assets here
options:
  boss:       true
  browser:    true
  curly:      true
  eqeqeq:     true
  eqnull:     true
  expr:       true
  immed:      true
  indent:     2
  latedef:    true
  newcap:     true
  noarg:      true
  quotmark:   true
  sub:        true
  trailing:   true
  undef:      true
  unused:     true
  maxlen:     80

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
peoplefinder-0.1.1 spec/dummy/config/jshint.yml
peoplefinder-0.1.0 spec/dummy/config/jshint.yml
peoplefinder-0.0.2 spec/dummy/config/jshint.yml